Skip to content

Commit

Permalink
fix: DEADLINE_EXCEEDED retry code is idempotent (#478)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored and JustinBeckwith committed May 10, 2019
1 parent 535aedb commit 4fdb8c1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions src/v2/config_service_v2_client_config.json
Expand Up @@ -3,6 +3,7 @@
"google.logging.v2.ConfigServiceV2": {
"retry_codes": {
"idempotent": [
"DEADLINE_EXCEEDED",
"INTERNAL",
"UNAVAILABLE"
],
Expand Down
1 change: 1 addition & 0 deletions src/v2/logging_service_v2_client_config.json
Expand Up @@ -3,6 +3,7 @@
"google.logging.v2.LoggingServiceV2": {
"retry_codes": {
"idempotent": [
"DEADLINE_EXCEEDED",
"INTERNAL",
"UNAVAILABLE"
],
Expand Down
1 change: 1 addition & 0 deletions src/v2/metrics_service_v2_client_config.json
Expand Up @@ -3,6 +3,7 @@
"google.logging.v2.MetricsServiceV2": {
"retry_codes": {
"idempotent": [
"DEADLINE_EXCEEDED",
"INTERNAL",
"UNAVAILABLE"
],
Expand Down
6 changes: 3 additions & 3 deletions synth.metadata
@@ -1,5 +1,5 @@
{
"updateTime": "2019-05-08T12:03:04.701437Z",
"updateTime": "2019-05-10T12:07:43.126546Z",
"sources": [
{
"generator": {
Expand All @@ -12,8 +12,8 @@
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "51145ff7812d2bb44c1219d0b76dac92a8bd94b2",
"internalRef": "247143125"
"sha": "07883be5bf3c3233095e99d8e92b8094f5d7084a",
"internalRef": "247530843"
}
},
{
Expand Down

0 comments on commit 4fdb8c1

Please sign in to comment.