Skip to content

Commit

Permalink
fix: update retry config (#650)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored and JustinBeckwith committed Jun 20, 2019
1 parent 41abbc7 commit f1e8104
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions src/v1/database_admin_client_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"retry_params_name": "default"
},
"CreateDatabase": {
"timeout_millis": 30000,
"timeout_millis": 3600000,
"retry_codes_name": "non_idempotent",
"retry_params_name": "default"
},
Expand All @@ -33,12 +33,12 @@
"retry_params_name": "default"
},
"UpdateDatabaseDdl": {
"timeout_millis": 30000,
"timeout_millis": 3600000,
"retry_codes_name": "idempotent",
"retry_params_name": "default"
},
"DropDatabase": {
"timeout_millis": 30000,
"timeout_millis": 3600000,
"retry_codes_name": "idempotent",
"retry_params_name": "default"
},
Expand Down
8 changes: 4 additions & 4 deletions src/v1/spanner_client_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"retry_params": {
"default": {
"initial_retry_delay_millis": 1000,
"initial_retry_delay_millis": 250,
"retry_delay_multiplier": 1.3,
"max_retry_delay_millis": 32000,
"initial_rpc_timeout_millis": 60000,
Expand All @@ -17,7 +17,7 @@
"total_timeout_millis": 600000
},
"streaming": {
"initial_retry_delay_millis": 1000,
"initial_retry_delay_millis": 250,
"retry_delay_multiplier": 1.3,
"max_retry_delay_millis": 32000,
"initial_rpc_timeout_millis": 120000,
Expand All @@ -26,7 +26,7 @@
"total_timeout_millis": 1200000
},
"long_running": {
"initial_retry_delay_millis": 1000,
"initial_retry_delay_millis": 250,
"retry_delay_multiplier": 1.3,
"max_retry_delay_millis": 32000,
"initial_rpc_timeout_millis": 3600000,
Expand All @@ -47,7 +47,7 @@
"retry_params_name": "default"
},
"ListSessions": {
"timeout_millis": 30000,
"timeout_millis": 3600000,
"retry_codes_name": "idempotent",
"retry_params_name": "default"
},
Expand Down
10 changes: 5 additions & 5 deletions synth.metadata
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"updateTime": "2019-06-18T01:04:43.021756Z",
"updateTime": "2019-06-20T11:20:40.763040Z",
"sources": [
{
"generator": {
"name": "artman",
"version": "0.26.0",
"dockerImage": "googleapis/artman@sha256:6db0735b0d3beec5b887153a2a7c7411fc7bb53f73f6f389a822096bd14a3a15"
"version": "0.29.0",
"dockerImage": "googleapis/artman@sha256:b79c8c20ee51e5302686c9d1294672d59290df1489be93749ef17d0172cc508d"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "384aa843867c4d17756d14a01f047b6368494d32",
"internalRef": "253675319"
"sha": "45e125f9e30dc5d45b52752b3ab78dd4f6084f2d",
"internalRef": "254026509"
}
},
{
Expand Down

0 comments on commit f1e8104

Please sign in to comment.