Skip to content

Commit 1ae8db9

Browse files
yoshi-automationJustinBeckwith
authored andcommitted
fix: DEADLINE_EXCEEDED retry code is idempotent (#605)
1 parent a72df8a commit 1ae8db9

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

src/v1/publisher_client_config.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"publish": [
1515
"ABORTED",
1616
"CANCELLED",
17+
"DEADLINE_EXCEEDED",
1718
"INTERNAL",
1819
"RESOURCE_EXHAUSTED",
1920
"UNAVAILABLE",

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-08T12:04:26.586274Z",
2+
"updateTime": "2019-05-10T12:09:34.175348Z",
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)