-
Notifications
You must be signed in to change notification settings - Fork 143
Open
Labels
area/autoscalingAuto Scaling done by the ControllerAuto Scaling done by the ControllerenhancementNew feature or requestNew feature or requestopexOperational Excellence to make it easy to run in production and debugOperational Excellence to make it easy to run in production and debug
Description
Summary
Autoscaling uses floor
to compute % targetBufferAvailability causing autoscaling kick in to be on the slower side. This increases the tail latency.
Use Cases
- improve tail latency
Notes
scale:
disabled: false
lookbackSeconds: 120
max: 50
min: 1
replicasPerScaleDown: 2
replicasPerScaleUp: 4
scaleDownCooldownSeconds: 90
scaleUpCooldownSeconds: 90
targetBufferAvailability: 90
targetProcessingSeconds: 20

Message from the maintainers:
If you wish to see this enhancement implemented please add a 👍 reaction to this issue! We often sort issues this way to know what to prioritize.
Metadata
Metadata
Assignees
Labels
area/autoscalingAuto Scaling done by the ControllerAuto Scaling done by the ControllerenhancementNew feature or requestNew feature or requestopexOperational Excellence to make it easy to run in production and debugOperational Excellence to make it easy to run in production and debug