AutoscalingSettingsResponse

data class AutoscalingSettingsResponse(val algorithm: String, val maxNumWorkers: Int)

Settings for WorkerPool autoscaling.

Constructors

Link copied to clipboard
fun AutoscalingSettingsResponse(algorithm: String, maxNumWorkers: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The algorithm to use for autoscaling.

Link copied to clipboard

The maximum number of workers to cap scaling at.