Skip to content

Commit e94738f

Browse files
yoshi-automationbusunkim96
authored andcommitted
Retry DEADLINE_EXCEEDED (via synth). (googleapis#7927)
1 parent eb65e14 commit e94738f

4 files changed

Lines changed: 15 additions & 6 deletions

File tree

error_reporting/google/cloud/errorreporting_v1beta1/gapic/error_group_service_client_config.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
config = {
22
"interfaces": {
33
"google.devtools.clouderrorreporting.v1beta1.ErrorGroupService": {
4-
"retry_codes": {"idempotent": ["UNAVAILABLE"], "non_idempotent": []},
4+
"retry_codes": {
5+
"idempotent": ["DEADLINE_EXCEEDED", "UNAVAILABLE"],
6+
"non_idempotent": [],
7+
},
58
"retry_params": {
69
"default": {
710
"initial_retry_delay_millis": 100,

error_reporting/google/cloud/errorreporting_v1beta1/gapic/error_stats_service_client_config.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
config = {
22
"interfaces": {
33
"google.devtools.clouderrorreporting.v1beta1.ErrorStatsService": {
4-
"retry_codes": {"idempotent": ["UNAVAILABLE"], "non_idempotent": []},
4+
"retry_codes": {
5+
"idempotent": ["DEADLINE_EXCEEDED", "UNAVAILABLE"],
6+
"non_idempotent": [],
7+
},
58
"retry_params": {
69
"default": {
710
"initial_retry_delay_millis": 100,

error_reporting/google/cloud/errorreporting_v1beta1/gapic/report_errors_service_client_config.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
config = {
22
"interfaces": {
33
"google.devtools.clouderrorreporting.v1beta1.ReportErrorsService": {
4-
"retry_codes": {"idempotent": ["UNAVAILABLE"], "non_idempotent": []},
4+
"retry_codes": {
5+
"idempotent": ["DEADLINE_EXCEEDED", "UNAVAILABLE"],
6+
"non_idempotent": [],
7+
},
58
"retry_params": {
69
"default": {
710
"initial_retry_delay_millis": 100,

error_reporting/synth.metadata

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"updateTime": "2019-05-08T12:18:53.426272Z",
2+
"updateTime": "2019-05-10T12:22:12.008625Z",
33
"sources": [
44
{
55
"generator": {
@@ -12,8 +12,8 @@
1212
"git": {
1313
"name": "googleapis",
1414
"remote": "https://github.com/googleapis/googleapis.git",
15-
"sha": "51145ff7812d2bb44c1219d0b76dac92a8bd94b2",
16-
"internalRef": "247143125"
15+
"sha": "07883be5bf3c3233095e99d8e92b8094f5d7084a",
16+
"internalRef": "247530843"
1717
}
1818
},
1919
{

0 commit comments

Comments
 (0)