We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d9e4c6 commit 0e4986dCopy full SHA for 0e4986d
articles/container-apps/scale-app.md
@@ -26,6 +26,7 @@ Scaling rules are defined in `resources.properties.template.scale` section of th
26
- If you want to ensure that an instance of your application is always running, set `minReplicas` to 1 or higher.
27
- Replicas not processing, but that remain in memory are billed in the "idle charge" category.
28
- Changes to scaling rules are a [revision-scope](overview.md) change.
29
+- When using non-HTTP event scale rules, setting the `activeRevisionMode` to single is recommended.
30
31
> [!IMPORTANT]
32
> Replica quantities are a target amount, not a guarantee. Even if you set `maxReplicas` to `1`, there is no assurance of thread safety.
0 commit comments