JobConfigurationEventTriggerConfig interface

Trigger configuration of an event driven job.

Properties

parallelism

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

replicaCompletionCount

Minimum number of successful replica completions before overall job completion.

scale

Scaling configurations for event driven jobs.

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

scale

Scaling configurations for event driven jobs.

scale?: JobScale

Property Value