Skip to content

Commit b66a400

Browse files
yoshi-automationbusunkim96
authored andcommitted
Remove retries for DEADLINE_EXCEEDED (via synth). (googleapis#7909)
1 parent 48dd9c9 commit b66a400

2 files changed

Lines changed: 4 additions & 7 deletions

File tree

kms/google/cloud/kms_v1/gapic/key_management_service_client_config.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
config = {
22
"interfaces": {
33
"google.cloud.kms.v1.KeyManagementService": {
4-
"retry_codes": {
5-
"idempotent": ["DEADLINE_EXCEEDED", "UNAVAILABLE"],
6-
"non_idempotent": [],
7-
},
4+
"retry_codes": {"idempotent": ["UNAVAILABLE"], "non_idempotent": []},
85
"retry_params": {
96
"default": {
107
"initial_retry_delay_millis": 100,

kms/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-07T12:19:00.766715Z",
2+
"updateTime": "2019-05-09T12:19:02.265241Z",
33
"sources": [
44
{
55
"generator": {
@@ -12,8 +12,8 @@
1212
"git": {
1313
"name": "googleapis",
1414
"remote": "https://github.com/googleapis/googleapis.git",
15-
"sha": "5aeb4179d0c424be6b1b228bce7ec75ec24f3d12",
16-
"internalRef": "246901187"
15+
"sha": "2f6e293d9a0097167ed5160fd366403c21b5fa49",
16+
"internalRef": "247230302"
1717
}
1818
},
1919
{

0 commit comments

Comments
 (0)