JobConfigurationManualTriggerConfig interface
Manual trigger configuration for a single execution job. Properties replicaCompletionCount and parallelism would be set to 1 by default
Properties
parallelism | Number of parallel replicas of a job that can run at a given time. |
replica |
Minimum number of successful replica completions before overall job completion. |
Property Details
parallelism
Number of parallel replicas of a job that can run at a given time.
parallelism?: number
Property Value
number
replicaCompletionCount
Minimum number of successful replica completions before overall job completion.
replicaCompletionCount?: number
Property Value
number