Pool Fixed Scale
data class PoolFixedScale(val nodeDeallocationMethod: String? = null, val resizeTimeout: String? = null, val targetDedicatedNodes: Int? = null, val targetLowPriorityNodes: Int? = null)
Properties
Link copied to clipboard
It determines what to do with a node and its running task(s) if the pool size is decreasing. Values are Requeue
, RetainedData
, TaskCompletion
and Terminate
.
Link copied to clipboard
The timeout for resize operations. Defaults to PT15M
.
Link copied to clipboard
The number of nodes in the Batch pool. Defaults to 1
.
Link copied to clipboard
The number of low priority nodes in the Batch pool. Defaults to 0
.