Skip to content

Commit

Permalink
Remove retries for DEADLINE_EXCEEDED (via synth). (#7887)
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 a6d60ab commit 4d52ed9
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.language.v1.LanguageService": {
"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.language.v1beta2.LanguageService": {
"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-language/synth.metadata
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
{
"updateTime": "2019-04-23T12:21:40.976812Z",
"updateTime": "2019-05-08T12:22:55.813094Z",
"sources": [
{
"generator": {
"name": "artman",
"version": "0.17.0",
"dockerImage": "googleapis/artman@sha256:c58f4ec3838eb4e0718eb1bccc6512bd6850feaa85a360a9e38f6f848ec73bc2"
"version": "0.19.0",
"dockerImage": "googleapis/artman@sha256:d3df563538225ac6caac45d8ad86499500211d1bcb2536955a6dbda15e1b368e"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "547e19e7df398e9290e8e3674d7351efc500f9b0",
"internalRef": "244712781"
"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 4d52ed9

Please sign in to comment.