Skip to content

Commit 5491dc3

Browse files
yoshi-automationbusunkim96
authored andcommitted
Remove retries for DEADLINE_EXCEEDED (via synth). (googleapis#7895)
1 parent a9bcc27 commit 5491dc3

File tree

2 files changed

+7
-10
lines changed

2 files changed

+7
-10
lines changed

websecurityscanner/google/cloud/websecurityscanner_v1alpha/gapic/web_security_scanner_client_config.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
config = {
22
"interfaces": {
33
"google.cloud.websecurityscanner.v1alpha.WebSecurityScanner": {
4-
"retry_codes": {
5-
"idempotent": ["DEADLINE_EXCEEDED", "UNAVAILABLE"],
6-
"non_idempotent": [],
7-
},
4+
"retry_codes": {"idempotent": ["UNAVAILABLE"], "non_idempotent": []},
85
"retry_params": {
96
"default": {
107
"initial_retry_delay_millis": 100,

websecurityscanner/synth.metadata

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
{
2-
"updateTime": "2019-04-25T12:14:24.010063Z",
2+
"updateTime": "2019-05-08T12:33:46.909729Z",
33
"sources": [
44
{
55
"generator": {
66
"name": "artman",
7-
"version": "0.17.0",
8-
"dockerImage": "googleapis/artman@sha256:c58f4ec3838eb4e0718eb1bccc6512bd6850feaa85a360a9e38f6f848ec73bc2"
7+
"version": "0.19.0",
8+
"dockerImage": "googleapis/artman@sha256:d3df563538225ac6caac45d8ad86499500211d1bcb2536955a6dbda15e1b368e"
99
}
1010
},
1111
{
1212
"git": {
1313
"name": "googleapis",
1414
"remote": "https://github.com/googleapis/googleapis.git",
15-
"sha": "25cbfd4a5386742f5968d69bd276a0436d23bd97",
16-
"internalRef": "245137805"
15+
"sha": "51145ff7812d2bb44c1219d0b76dac92a8bd94b2",
16+
"internalRef": "247143125"
1717
}
1818
},
1919
{
2020
"template": {
2121
"name": "python_library",
2222
"origin": "synthtool.gcp",
23-
"version": "2019.4.10"
23+
"version": "2019.5.2"
2424
}
2525
}
2626
],

0 commit comments

Comments
 (0)