mirror of
https://github.com/googleapis/googleapis.git
synced 2026-08-16 13:00:34 +02:00
feat: add max_wait_duration to Scheduling
PiperOrigin-RevId: 668122347
This commit is contained in:
parent
0e9edd7617
commit
aee11eedca
1 changed files with 7 additions and 0 deletions
|
|
@ -394,4 +394,11 @@ message Scheduling {
|
|||
// job starts running. If true, overrides
|
||||
// `Scheduling.restart_job_on_worker_restart` to false.
|
||||
bool disable_retries = 5 [(google.api.field_behavior) = OPTIONAL];
|
||||
|
||||
// Optional. This is the maximum duration that a job will wait for the
|
||||
// requested resources to be provisioned if the scheduling strategy is set to
|
||||
// [Strategy.DWS_FLEX_START].
|
||||
// If set to 0, the job will wait indefinitely. The default is 24 hours.
|
||||
google.protobuf.Duration max_wait_duration = 6
|
||||
[(google.api.field_behavior) = OPTIONAL];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue