Skip to content

Commit

Permalink
fix: update backup RPC timeouts from 30secs to 10mins
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 310454506
  • Loading branch information
Google APIs authored and Copybara-Service committed May 7, 2020
1 parent fb8f62b commit d3cc7bb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
Expand Up @@ -225,7 +225,7 @@ interfaces:
retry_params_name: default
field_name_patterns:
name: backup
timeout_millis: 30000
timeout_millis: 600000
- name: UpdateBackup
flattening:
groups:
Expand All @@ -239,7 +239,7 @@ interfaces:
retry_params_name: default
field_name_patterns:
backup.name: backup
timeout_millis: 30000
timeout_millis: 600000
- name: DeleteBackup
flattening:
groups:
Expand Down Expand Up @@ -272,7 +272,7 @@ interfaces:
retry_params_name: default
field_name_patterns:
parent: instance
timeout_millis: 30000
timeout_millis: 600000
- name: RestoreDatabase
flattening:
groups:
Expand Down Expand Up @@ -314,7 +314,7 @@ interfaces:
retry_params_name: default
field_name_patterns:
parent: instance
timeout_millis: 30000
timeout_millis: 600000
- name: ListBackupOperations
flattening:
groups:
Expand All @@ -335,7 +335,7 @@ interfaces:
retry_params_name: default
field_name_patterns:
parent: instance
timeout_millis: 30000
timeout_millis: 600000
resource_name_generation:
- message_name: ListDatabasesRequest
field_entity_map:
Expand Down
Expand Up @@ -79,19 +79,19 @@ interfaces:
- name: GetBackup
retry_codes_name: idempotent
retry_params_name: default
timeout_millis: 30000
timeout_millis: 600000
- name: UpdateBackup
retry_codes_name: non_idempotent
retry_params_name: default
timeout_millis: 30000
timeout_millis: 600000
- name: DeleteBackup
retry_codes_name: idempotent
retry_params_name: default
timeout_millis: 3600000
- name: ListBackups
retry_codes_name: idempotent
retry_params_name: default
timeout_millis: 30000
timeout_millis: 600000
- name: RestoreDatabase
retry_codes_name: non_idempotent
retry_params_name: default
Expand All @@ -104,8 +104,8 @@ interfaces:
- name: ListDatabaseOperations
retry_codes_name: idempotent
retry_params_name: default
timeout_millis: 30000
timeout_millis: 600000
- name: ListBackupOperations
retry_codes_name: idempotent
retry_params_name: default
timeout_millis: 30000
timeout_millis: 600000

0 comments on commit d3cc7bb

Please sign in to comment.