KEDA is not scaling beyond one replica using azure storage queue #6167
Unanswered
led94
asked this question in
Q&A / Need Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there!
I am having an issue when trying to scale from azure storage queue, seems like it is not properly calculating the messages on the queue and it never goes beyond 1 replica.
Here is my scaled object
If there are no messages on the queue it properly scales to 0, but once I add messages it goes to one and never scales beyond it, I have tested with 15 messages but it just stays on 1.
The deployment is just an nginx deployment (I am doing a PoC to see if it works) and has nothing special to it
The keda version I have is 2.13.0, I am working on AKS, and my kubernetes version is 1.30.3. On the logs I do not see any errors, just this when I started the test
Let me know if I can share anything else.
Beta Was this translation helpful? Give feedback.
All reactions