Skip to content

Commit 917d0f3

Browse files
committed
update gapic retry config - add spanner admin
1 parent fa2448e commit 917d0f3

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

packages/spanner/src/admin/database/v1/database_admin_client_config.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@
66
"DEADLINE_EXCEEDED",
77
"UNAVAILABLE"
88
],
9-
"non_idempotent": [
10-
"UNAVAILABLE"
11-
]
9+
"non_idempotent": []
1210
},
1311
"retry_params": {
1412
"default": {

packages/spanner/src/admin/instance/v1/instance_admin_client_config.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@
66
"DEADLINE_EXCEEDED",
77
"UNAVAILABLE"
88
],
9-
"non_idempotent": [
10-
"UNAVAILABLE"
11-
]
9+
"non_idempotent": []
1210
},
1311
"retry_params": {
1412
"default": {

0 commit comments

Comments
 (0)