Skip to content

sqs scaling, what is queueLength exactly? #6468

Discussion options

You must be logged in to vote

I explain it as by how many messages do you need an extra pod. So suppose you want a pod for every 500 messages on a queue, then you set that as queueLenght (500). If there are 2000 messages on a queue, you get 4 pods (2000 / 500). If there are 1400 messages on the next check, it scales down and you are left with 3 pods).

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by gdoron
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants