Skip to content

Commit

Permalink
Increase Dataproc Metastore timeouts to 60m (from 40m) (#6504)
Browse files Browse the repository at this point in the history
  • Loading branch information
rileykarson authored Sep 2, 2022
1 parent 9153424 commit 69b9f94
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions mmv1/products/metastore/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ objects:
base_url: '{{op_id}}'
wait_ms: 1000
timeouts: !ruby/object:Api::Timeouts
insert_minutes: 40
update_minutes: 40
delete_minutes: 40
insert_minutes: 60
update_minutes: 60
delete_minutes: 60
result: !ruby/object:Api::OpAsync::Result
path: 'response'
status: !ruby/object:Api::OpAsync::Status
Expand Down Expand Up @@ -387,4 +387,4 @@ objects:
The type of the backend metastore.
values:
- :METASTORE_TYPE_UNSPECIFIED
- :DATAPROC_METASTORE
- :DATAPROC_METASTORE

0 comments on commit 69b9f94

Please sign in to comment.