Skip to content

Commit

Permalink
Remove retries for DEADLINE_EXCEEDED (via synth). (#7889)
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 6457881 commit a6d60ab
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
config = {
"interfaces": {
"google.cloud.phishingprotection.v1beta1.PhishingProtectionServiceV1Beta1": {
"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-phishing-protection/synth.metadata
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
{
"updateTime": "2019-04-30T19:27:14.073793Z",
"updateTime": "2019-05-08T12:24:28.560729Z",
"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": "be3005c8a16e8424d0330e977ac78f2976bf01d3",
"internalRef": "245840921"
"sha": "51145ff7812d2bb44c1219d0b76dac92a8bd94b2",
"internalRef": "247143125"
}
},
{
"template": {
"name": "python_library",
"origin": "synthtool.gcp",
"version": "2019.4.24"
"version": "2019.5.2"
}
}
],
Expand Down

0 comments on commit a6d60ab

Please sign in to comment.