Skip to content

Commit c1190d3

Browse files
yoshi-automationBenjamin E. Coe
authored andcommitted
fix: DEADLINE_EXCEEDED is no longer retried
1 parent 1acd6c3 commit c1190d3

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

src/v2/bigtable_client_config.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"google.bigtable.v2.Bigtable": {
44
"retry_codes": {
55
"idempotent": [
6-
"DEADLINE_EXCEEDED",
76
"UNAVAILABLE"
87
],
98
"non_idempotent": []

synth.metadata

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
2-
"updateTime": "2019-05-04T11:10:42.529157Z",
2+
"updateTime": "2019-05-08T11:54:55.174387Z",
33
"sources": [
44
{
55
"generator": {
66
"name": "artman",
7-
"version": "0.18.0",
8-
"dockerImage": "googleapis/artman@sha256:29bd82cc42c43825fde408e63fc955f3f9d07ff9989243d7aa0f91a35c7884dc"
7+
"version": "0.19.0",
8+
"dockerImage": "googleapis/artman@sha256:d3df563538225ac6caac45d8ad86499500211d1bcb2536955a6dbda15e1b368e"
99
}
1010
},
1111
{
1212
"git": {
1313
"name": "googleapis",
1414
"remote": "https://github.com/googleapis/googleapis.git",
15-
"sha": "39c876cca5403e7e8282ce2229033cc3cc02962c",
16-
"internalRef": "246561601"
15+
"sha": "51145ff7812d2bb44c1219d0b76dac92a8bd94b2",
16+
"internalRef": "247143125"
1717
}
1818
},
1919
{

0 commit comments

Comments
 (0)