Skip to content
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.

Commit

Permalink
fix: DEADLINE_EXCEEDED is no longer retried
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored and bcoe committed May 9, 2019
1 parent 4e63337 commit 20eb86c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
1 change: 0 additions & 1 deletion src/v1beta1/auto_ml_client_config.json
Expand Up @@ -3,7 +3,6 @@
"google.cloud.automl.v1beta1.AutoMl": {
"retry_codes": {
"idempotent": [
"DEADLINE_EXCEEDED",
"UNAVAILABLE"
],
"non_idempotent": []
Expand Down
1 change: 0 additions & 1 deletion src/v1beta1/prediction_service_client_config.json
Expand Up @@ -3,7 +3,6 @@
"google.cloud.automl.v1beta1.PredictionService": {
"retry_codes": {
"idempotent": [
"DEADLINE_EXCEEDED",
"UNAVAILABLE"
],
"non_idempotent": []
Expand Down
10 changes: 5 additions & 5 deletions synth.metadata
@@ -1,19 +1,19 @@
{
"updateTime": "2019-05-04T11:09:23.666982Z",
"updateTime": "2019-05-08T11:52:56.017708Z",
"sources": [
{
"generator": {
"name": "artman",
"version": "0.18.0",
"dockerImage": "googleapis/artman@sha256:29bd82cc42c43825fde408e63fc955f3f9d07ff9989243d7aa0f91a35c7884dc"
"version": "0.19.0",
"dockerImage": "googleapis/artman@sha256:d3df563538225ac6caac45d8ad86499500211d1bcb2536955a6dbda15e1b368e"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "39c876cca5403e7e8282ce2229033cc3cc02962c",
"internalRef": "246561601"
"sha": "51145ff7812d2bb44c1219d0b76dac92a8bd94b2",
"internalRef": "247143125"
}
},
{
Expand Down

0 comments on commit 20eb86c

Please sign in to comment.