-
Notifications
You must be signed in to change notification settings - Fork 21.8k
Adding missing info (cooldown period clarification) #127571
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
base: main
Are you sure you want to change the base?
Conversation
Hi, I'm an app services support engineer in Microsoft CSS. Received a customer case where they were anxious and confused about the cool down period behavior causing unexpected scaling actions (2508220050001316). Adding this clarification to the Microsoft docs will help prevent such confusion and support requests by clearly explaining when and how the cool down period works in Azure Container Apps scaling.
@AnkushRaj15 : Thanks for your contribution! The author(s) and reviewer(s) have been notified to review your proposed change. |
Learn Build status updates of commit 63cb801: ✅ Validation status: passed
For more details, please refer to the build report. |
@@ -317,6 +317,8 @@ Not supported in the Azure portal. Use the [Azure CLI](scale-app.md?pivots=azure | |||
|
|||
You can create a custom Container Apps scaling rule based on any [ScaledObject](https://keda.sh/docs/latest/concepts/scaling-deployments/)-based [KEDA scaler](https://keda.sh/docs/latest/scalers/) with these defaults: | |||
|
|||
**Note:** The KEDA cooldownPeriod only applies when scaling down to 0 instances and is not enforced for scale-down operations where the number of replicas decreases from N to a value greater than 0; whereas scaling up from 1 to N replicas is managed by the Kubernetes Horizontal Pod Autoscaler. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
**Note:** The KEDA cooldownPeriod only applies when scaling down to 0 instances and is not enforced for scale-down operations where the number of replicas decreases from N to a value greater than 0; whereas scaling up from 1 to N replicas is managed by the Kubernetes Horizontal Pod Autoscaler. | |
> [!NOTE] | |
> The KEDA cooldownPeriod only applies when scaling down to 0 instances and is not enforced for scale-down operations where the number of replicas decreases from N to a value greater than 0; whereas scaling up from 1 to N replicas is managed by the Kubernetes Horizontal Pod Autoscaler. |
@craigshoemaker - Can you review the proposed changes? IMPORTANT: When the changes are ready for publication, adding a #label:"aq-pr-triaged" |
Hi,
I'm an app services support engineer in Microsoft CSS.
Received a customer case where they were anxious and confused about the cool down period behavior causing unexpected scaling actions (2508220050001316).
Adding this clarification to the Microsoft docs will help prevent such confusion and support requests by clearly explaining when and how the cool down period works in Azure Container Apps scaling.