KEDA creates more jobs than the Redis list size #5522
Unanswered
Aegon95
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
-
I am using KEDA v2.13. I have a scaled job which is connected to a Redis list
This is my scaled job configuration
If there are 9 messages in the redis list. I am expecting KEDA to create exactly 9 jobs, but KEDA creates 13 jobs or sometimes 11 jobs.
I did check Redis list( Redis is latest version), its not doing anything weird
These are the logs from KEDA operator
I don't understand what is Effective number of max jobs, that's always equals to the excess jobs/ delta. I don't know how to set it to 0.
Please help me in solving this issue
Beta Was this translation helpful? Give feedback.
All reactions