Skip to content

Commit 9f36514

Browse files
yoshi-automationpull[bot]
authored andcommitted
Retry DEADLINE_EXCEEDED (via synth). (#7932)
1 parent 8fd2fca commit 9f36514

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

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

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

packages/google-cloud-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-09T12:19:02.265241Z",
2+
"updateTime": "2019-05-10T12:26:35.027845Z",
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)