You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a scaledObject is created with rabbitmq trigger and queueName pointing to a queue that doesn't exist in that rabbitmq, the keda-operator pod increasingly creates new connections that persist. Eventually a limit can be reached and new connections to rabbitmq are rejected.
Expected Behavior
When a rabbitmq queue doesn't exist, the scaledObject fail and close any opened connections to rabbitmq.
Actual Behavior
The scalerObject fails periodically, and the number of connections to rabbitmq keep increasing until creating new connections fail.
Steps to Reproduce the Problem
Create a scaledObject with proper details to connect to rabbitmq
Set a queueName to a queue that doesn't exist in that rabbitmq
Wait for failures and see in the rabbitmq web ui how number of connections keeps increasing
Report
When a scaledObject is created with rabbitmq trigger and queueName pointing to a queue that doesn't exist in that rabbitmq, the keda-operator pod increasingly creates new connections that persist. Eventually a limit can be reached and new connections to rabbitmq are rejected.
Expected Behavior
When a rabbitmq queue doesn't exist, the scaledObject fail and close any opened connections to rabbitmq.
Actual Behavior
The scalerObject fails periodically, and the number of connections to rabbitmq keep increasing until creating new connections fail.
Steps to Reproduce the Problem
Logs from KEDA operator
KEDA Version
2.14.0
Kubernetes Version
1.30
Platform
Microsoft Azure
Scaler Details
rabbitmq
Anything else?
No response
The text was updated successfully, but these errors were encountered: