Skip to content

Commit

Permalink
Remove retries for DEADLINE_EXCEEDED (via synth). (#7890)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored and pull[bot] committed Dec 7, 2023
1 parent 2397918 commit 6457881
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 14 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
config = {
"interfaces": {
"google.cloud.speech.v1.Speech": {
"retry_codes": {
"idempotent": ["DEADLINE_EXCEEDED", "UNAVAILABLE"],
"non_idempotent": [],
},
"retry_codes": {"idempotent": ["UNAVAILABLE"], "non_idempotent": []},
"retry_params": {
"default": {
"initial_retry_delay_millis": 100,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
config = {
"interfaces": {
"google.cloud.speech.v1p1beta1.Speech": {
"retry_codes": {
"idempotent": ["DEADLINE_EXCEEDED", "UNAVAILABLE"],
"non_idempotent": [],
},
"retry_codes": {"idempotent": ["UNAVAILABLE"], "non_idempotent": []},
"retry_params": {
"default": {
"initial_retry_delay_millis": 100,
Expand Down
12 changes: 6 additions & 6 deletions packages/google-cloud-speech/synth.metadata
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
{
"updateTime": "2019-05-01T12:14:39.177368Z",
"updateTime": "2019-05-08T12:25:33.092321Z",
"sources": [
{
"generator": {
"name": "artman",
"version": "0.17.1",
"dockerImage": "googleapis/artman@sha256:a40ca4dd4ef031c0ded4df4909ffdf7b3f20d29b23e682ef991eb60ba0ca6025"
"version": "0.19.0",
"dockerImage": "googleapis/artman@sha256:d3df563538225ac6caac45d8ad86499500211d1bcb2536955a6dbda15e1b368e"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "316b54c401ab9bc08ed71cb362915b9e7a23bb05",
"internalRef": "246014263"
"sha": "51145ff7812d2bb44c1219d0b76dac92a8bd94b2",
"internalRef": "247143125"
}
},
{
"template": {
"name": "python_library",
"origin": "synthtool.gcp",
"version": "2019.4.10"
"version": "2019.5.2"
}
}
],
Expand Down

0 comments on commit 6457881

Please sign in to comment.