Wattpad / kube-sqs-autoscaler

Kubernetes pod autoscaler based on queue size in AWS SQS
MIT License
66 stars 15 forks source link

How to increase scale up speed #18

Open farrerm opened 2 years ago

farrerm commented 2 years ago

Hi, the company where I work uses this autoscaler. We've had an issue where we would like to increase how quickly it scales up. Wondering how I can do this with the existing parameters? Would I set scale-up-cool-down to 0? My understanding is this code scales up the deployment one pod at a time?

Thanks