-
Notifications
You must be signed in to change notification settings - Fork 2.4k
/
datastore_grpc_service_config.json
executable file
·61 lines (61 loc) · 1.35 KB
/
datastore_grpc_service_config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"methodConfig": [
{
"name": [
{
"service": "google.datastore.v1.Datastore",
"method": "Lookup"
},
{
"service": "google.datastore.v1.Datastore",
"method": "RunQuery"
},
{
"service": "google.datastore.v1.Datastore",
"method": "RunAggregationQuery"
},
{
"service": "google.datastore.v1.Datastore",
"method": "ReserveIds"
}
],
"timeout": "60s",
"retryPolicy": {
"initialBackoff": "0.100s",
"maxBackoff": "60s",
"backoffMultiplier": 1.3,
"retryableStatusCodes": ["UNAVAILABLE", "DEADLINE_EXCEEDED"]
}
},
{
"name": [
{
"service": "google.datastore.v1.Datastore",
"method": "BeginTransaction"
},
{
"service": "google.datastore.v1.Datastore",
"method": "Commit"
},
{
"service": "google.datastore.v1.Datastore",
"method": "Rollback"
},
{
"service": "google.datastore.v1.Datastore",
"method": "AllocateIds"
}
],
"timeout": "60s"
},
{
"name": [
{
"service": "google.datastore.v1.Datastore",
"method": "Execute"
}
],
"timeout": "0s"
}
]
}