Skip to content

Commit d0a4f96

Browse files
yoshi-automationbusunkim96
authored andcommitted
Retry DEADLINE_EXCEEDED (via synth). (googleapis#7930)
1 parent 35e3922 commit d0a4f96

2 files changed

Lines changed: 9 additions & 5 deletions

File tree

iot/google/cloud/iot_v1/gapic/device_manager_client_config.py

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,13 @@
22
"interfaces": {
33
"google.cloud.iot.v1.DeviceManager": {
44
"retry_codes": {
5-
"idempotent": ["UNAVAILABLE"],
5+
"idempotent": ["DEADLINE_EXCEEDED", "UNAVAILABLE"],
66
"non_idempotent": [],
7-
"rate_limited_aware": ["RESOURCE_EXHAUSTED", "UNAVAILABLE"],
7+
"rate_limited_aware": [
8+
"DEADLINE_EXCEEDED",
9+
"RESOURCE_EXHAUSTED",
10+
"UNAVAILABLE",
11+
],
812
},
913
"retry_params": {
1014
"default": {

iot/synth.metadata

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"updateTime": "2019-05-09T12:17:26.285777Z",
2+
"updateTime": "2019-05-10T12:24:55.149466Z",
33
"sources": [
44
{
55
"generator": {
@@ -12,8 +12,8 @@
1212
"git": {
1313
"name": "googleapis",
1414
"remote": "https://github.com/googleapis/googleapis.git",
15-
"sha": "2f6e293d9a0097167ed5160fd366403c21b5fa49",
16-
"internalRef": "247230302"
15+
"sha": "07883be5bf3c3233095e99d8e92b8094f5d7084a",
16+
"internalRef": "247530843"
1717
}
1818
},
1919
{

0 commit comments

Comments
 (0)