Skip to content

Commit

Permalink
Remove retries for DEADLINE_EXCEEDED (via synth). (#7908)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored and busunkim96 committed May 9, 2019
1 parent b66a400 commit db583fc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
8 changes: 2 additions & 6 deletions iot/google/cloud/iot_v1/gapic/device_manager_client_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,9 @@
"interfaces": {
"google.cloud.iot.v1.DeviceManager": {
"retry_codes": {
"idempotent": ["DEADLINE_EXCEEDED", "UNAVAILABLE"],
"idempotent": ["UNAVAILABLE"],
"non_idempotent": [],
"rate_limited_aware": [
"DEADLINE_EXCEEDED",
"RESOURCE_EXHAUSTED",
"UNAVAILABLE",
],
"rate_limited_aware": ["RESOURCE_EXHAUSTED", "UNAVAILABLE"],
},
"retry_params": {
"default": {
Expand Down
6 changes: 3 additions & 3 deletions iot/synth.metadata
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"updateTime": "2019-05-07T12:17:24.211569Z",
"updateTime": "2019-05-09T12:17:26.285777Z",
"sources": [
{
"generator": {
Expand All @@ -12,8 +12,8 @@
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "5aeb4179d0c424be6b1b228bce7ec75ec24f3d12",
"internalRef": "246901187"
"sha": "2f6e293d9a0097167ed5160fd366403c21b5fa49",
"internalRef": "247230302"
}
},
{
Expand Down

0 comments on commit db583fc

Please sign in to comment.