JobConfigurationResponseManualTriggerConfig

data class JobConfigurationResponseManualTriggerConfig(val parallelism: Int? = null, val replicaCompletionCount: Int? = null)

Manual trigger configuration for a single execution job. Properties replicaCompletionCount and parallelism would be set to 1 by default

Constructors

constructor(parallelism: Int? = null, replicaCompletionCount: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val parallelism: Int? = null

Number of parallel replicas of a job that can run at a given time.

Link copied to clipboard

Minimum number of successful replica completions before overall job completion.