You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**failure_threshold** (Number) Number of consecutive failures required to trigger fallback behavior.
394
+
-**replicas** (Number) Number of replicas to scale to when fallback is triggered.
395
+
396
+
Optional:
397
+
398
+
-**behavior** (String) Behavior to apply when fallback is triggered. Valid values: `static`, `currentReplicas`, `currentReplicasIfHigher`, `currentReplicasIfLower`.
-**failure_threshold** (Number) Number of consecutive failures required to trigger fallback behavior.
454
+
-**replicas** (Number) Number of replicas to scale to when fallback is triggered.
455
+
456
+
Optional:
457
+
458
+
-**behavior** (String) Behavior to apply when fallback is triggered. Valid values: `static`, `currentReplicas`, `currentReplicasIfHigher`, `currentReplicasIfLower`.
459
+
446
460
<aid="nestedblock--options--multi_zone"></a>
447
461
448
462
### `options.multi_zone`
@@ -461,7 +475,7 @@ Required:
461
475
462
476
Optional:
463
477
464
-
-**concurrency_policy** (String) Either 'Forbid' or 'Replace'. This determines what Control Plane will do when the schedule requires a job to start, while a prior instance of the job is still running. Enum: [ Forbid, Replace ] Default: `Forbid`
478
+
-**concurrency_policy** (String) Either `Forbid`, `Replace`, or `Allow`. This determines what Control Plane will do when the schedule requires a job to start, while a prior instance of the job is still running.
465
479
-**history_limit** (Number) The maximum number of completed job instances to display. This should be an integer between 1 and 10. Default: `5`
466
480
-**restart_policy** (String) Either 'OnFailure' or 'Never'. This determines what Control Plane will do when a job instance fails. Enum: [ OnFailure, Never ] Default: `Never`
467
481
-**active_deadline_seconds** (Number) The maximum number of seconds Control Plane will wait for the job to complete. If a job does not succeed or fail in the allotted time, Control Plane will stop the job, moving it into the Removed status.
Description: "Either 'Forbid'or 'Replace'. This determines what Control Plane will do when the schedule requires a job to start, while a prior instance of the job is still running. Enum: [ Forbid, Replace ] Default: `Forbid`.",
514
+
Description: "Either 'Forbid', 'Replace', or 'Allow'. This determines what Control Plane will do when the schedule requires a job to start, while a prior instance of the job is still running.",
Description: "Either 'Forbid'or 'Replace'. This determines what Control Plane will do when the schedule requires a job to start, while a prior instance of the job is still running. Enum: [ Forbid, Replace ] Default: `Forbid`.",
763
+
Description: "Either 'Forbid', 'Replace', or 'Allow'. This determines what Control Plane will do when the schedule requires a job to start, while a prior instance of the job is still running.",
0 commit comments