JobExecutionsRolloutConfigProperties

data class JobExecutionsRolloutConfigProperties(val exponentialRolloutRate: JobTemplateExponentialRolloutRate? = null, val maximumPerMinute: Int? = null)

Allows you to create a staged rollout of a job.

Constructors

Link copied to clipboard
constructor(exponentialRolloutRate: JobTemplateExponentialRolloutRate? = null, maximumPerMinute: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The rate of increase for a job rollout. This parameter allows you to define an exponential rate for a job rollout.

Link copied to clipboard
val maximumPerMinute: Int? = null

The maximum number of things that will be notified of a pending job, per minute. This parameter allows you to create a staged rollout.