Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 975 Bytes

queue_autoscaler.md

File metadata and controls

14 lines (11 loc) · 975 Bytes

QueueAutoscaler

Represents the autoscaling rules for a queue

Properties

Name Type Required Description
MinReplicas int64 The minimum number of instances the container can scale down to
MaxReplicas int64 The maximum number of instances the container can scale up to
DesiredQueueLength int64
PollingPeriod int64 The period (in seconds) in which the queue checks the formula
MaxUpscalePerMinute int64 The maximum number of instances that can be added per minute
MaxDownscalePerMinute int64 The maximum number of instances that can be removed per minute