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

Commit

Permalink
fix: DEADLINE_EXCEEDED no longer treated as idempotent and 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 8b9b9b3 commit 9e5baee
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
1 change: 0 additions & 1 deletion src/v1/text_to_speech_client_config.json
Expand Up @@ -3,7 +3,6 @@
"google.cloud.texttospeech.v1.TextToSpeech": {
"retry_codes": {
"idempotent": [
"DEADLINE_EXCEEDED",
"UNAVAILABLE"
],
"non_idempotent": []
Expand Down
1 change: 0 additions & 1 deletion src/v1beta1/text_to_speech_client_config.json
Expand Up @@ -3,7 +3,6 @@
"google.cloud.texttospeech.v1beta1.TextToSpeech": {
"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:25:10.797953Z",
"updateTime": "2019-05-08T12:11:05.578097Z",
"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 9e5baee

Please sign in to comment.