Open abialas opened 2 months ago
Issue is even worse - I have increased max replicas to 10 instances and for 400/s un sum it scales up to 10 instances.
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.
Report
I am using trigger based on RabbitMQ and MessageRate as mode. As operation I am using sum and value is set to 150. RabbitMQ has 4 queues. When every queue has incoming message rate at 50/s (200/s in sum) then I would expect to have two instances and this works fine. However, when my traffic increase and every queue has message rate 100/s (400/s in sum) I would expect three instances but Keda scales it up to my max which is six.
Expected Behavior
When sum message rate is 400/s Keda should scale to three instances based on above setup.
Actual Behavior
When sum message rate is 400/s Keda scales to six instances.
Steps to Reproduce the Problem
1.ScaledObject definition:
Logs from KEDA operator
No response
KEDA Version
None
Kubernetes Version
None
Platform
Amazon Web Services
Scaler Details
RabbitMQ Queue
Anything else?
No response