-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
bugSomething isn't workingSomething isn't workingstaleAll issues that are marked as stale due to inactivityAll issues that are marked as stale due to inactivity
Description
Report
Keda scales down the pods even when invisible message are still being processed
Expected Behavior
Send a message.
Keda scales to 1 pods
Pod processes message.
Pod finishes
Cool down time
Keda scales down to 0 pods
Actual Behavior
Send a message.
Keda scales to 1 pods
Keda things queue length is 0
Cool down time
Keda scales down to 0 pods
Steps to Reproduce the Problem
- Azure function app on storage queue with sleep of 10 minutes
- Keda on message same storage queue with messageCount: "1" and cooldowntime of 300
- Send a message, pod will never finish
Logs from KEDA operator
example
KEDA Version
2.0.0
Kubernetes Version
1.18
Platform
Microsoft Azure
Scaler Details
No response
I know I can increase the cooldown time but that still means the scaling is not reacting to new messages coming in
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingstaleAll issues that are marked as stale due to inactivityAll issues that are marked as stale due to inactivity