KEDA using Azure Service Bus - scaling down criteria #557
Labels
documentation
Improvements or additions to documentation
Needs: triage 🔍
Pending a first pass to read, tag, and assign
question
Further information is requested
Scale
related to scaling behavior
This is more of a question than an issue. I have a .Net 6 service that uses Azure Service Bus (via MassTransit) that I would like to port to an Azure Container App. The consumer can take anywhere from 20-30 seconds up to 30 minutes to process a single message. Setting up KEDA to scale up using a message count of 1 should create a new replica for each message up to 30. My concern is how KEDA decides when to scale down a replica. What criteria is used? CPU usage? A fixed timeout? Thanks in advance for the help.
The text was updated successfully, but these errors were encountered: