Skip to content

Commit 47a2ee9

Browse files
yoshi-automationJustinBeckwith
authored andcommitted
fix: DEADLINE_EXCEEDED retry code is idempotent (#159)
1 parent e135799 commit 47a2ee9

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

packages/google-cloud-kms/src/v1/key_management_service_client_config.json

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"google.cloud.kms.v1.KeyManagementService": {
44
"retry_codes": {
55
"idempotent": [
6+
"DEADLINE_EXCEEDED",
67
"UNAVAILABLE"
78
],
89
"non_idempotent": []

packages/google-cloud-kms/synth.metadata

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"updateTime": "2019-05-08T12:01:09.143014Z",
2+
"updateTime": "2019-05-10T12:05:47.321623Z",
33
"sources": [
44
{
55
"generator": {
@@ -12,8 +12,8 @@
1212
"git": {
1313
"name": "googleapis",
1414
"remote": "https://github.com/googleapis/googleapis.git",
15-
"sha": "51145ff7812d2bb44c1219d0b76dac92a8bd94b2",
16-
"internalRef": "247143125"
15+
"sha": "07883be5bf3c3233095e99d8e92b8094f5d7084a",
16+
"internalRef": "247530843"
1717
}
1818
},
1919
{

0 commit comments

Comments
 (0)