PoolAutoScale

data class PoolAutoScale(val evaluationInterval: String? = null, val formula: String)

Constructors

Link copied to clipboard
constructor(evaluationInterval: String? = null, formula: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The interval to wait before evaluating if the pool needs to be scaled. Defaults to PT15M.

Link copied to clipboard

The autoscale formula that needs to be used for scaling the Batch pool.