-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Azure Storage Queue scaling up to invisible messages #4432
Comments
Hi, |
He is using scaled job so HPA is not applicable here and jobs will just run. |
I get why this is not ideal for your scenario, but I'm not sure I agree on your expected behavior though. Either we incorporate invisible+visible for both scale out/in, or we incorporate only visible; but not a combination based on scale in or out. |
Created #4478 which is related |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions. |
This issue has been automatically closed due to inactivity. |
Report
I use the Azure Storage Queue scaler for processes that need to run more that 5 minutes, which means that queue can look 'empty' (invisible messages) for a long time. with the fix from #4003, keda keeps scaling up pods while the queue being 'empty'.
Expected Behavior
keda to only scale down based on the invisible + visible messages and scale up based on only the visible messages
Actual Behavior
keda scales down based on the invisible + visible messages and scale up based on invisible + visible messages
Steps to Reproduce the Problem
Logs from KEDA operator
KEDA Version
2.10.0
Kubernetes Version
1.24
Platform
Microsoft Azure
Scaler Details
Azure Storage Queue
Anything else?
No response
The text was updated successfully, but these errors were encountered: