fix: update backup RPC timeouts from 30secs to 10mins
PiperOrigin-RevId: 310454506
This commit is contained in:
parent
fb8f62b678
commit
d3cc7bbf41
|
|
@ -225,7 +225,7 @@ interfaces:
|
|||
retry_params_name: default
|
||||
field_name_patterns:
|
||||
name: backup
|
||||
timeout_millis: 30000
|
||||
timeout_millis: 600000
|
||||
- name: UpdateBackup
|
||||
flattening:
|
||||
groups:
|
||||
|
|
@ -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:
|
||||
|
|
@ -272,7 +272,7 @@ interfaces:
|
|||
retry_params_name: default
|
||||
field_name_patterns:
|
||||
parent: instance
|
||||
timeout_millis: 30000
|
||||
timeout_millis: 600000
|
||||
- name: RestoreDatabase
|
||||
flattening:
|
||||
groups:
|
||||
|
|
@ -314,7 +314,7 @@ interfaces:
|
|||
retry_params_name: default
|
||||
field_name_patterns:
|
||||
parent: instance
|
||||
timeout_millis: 30000
|
||||
timeout_millis: 600000
|
||||
- name: ListBackupOperations
|
||||
flattening:
|
||||
groups:
|
||||
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -79,11 +79,11 @@ 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
|
||||
|
|
@ -91,7 +91,7 @@ interfaces:
|
|||
- 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
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue