Skip to content

Commit 557a5ff

Browse files
authored
Merge pull request #179043 from craigshoemaker/patch-1
[Container Apps] Scaling: non-HTTP/revision mode
2 parents aa6ec87 + d3f61eb commit 557a5ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

articles/container-apps/scale-app.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ Scaling rules are defined in `resources.properties.template.scale` section of th
2626
- If you want to ensure that an instance of your application is always running, set `minReplicas` to 1 or higher.
2727
- Replicas not processing, but that remain in memory are billed in the "idle charge" category.
2828
- 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.
2930

3031
> [!IMPORTANT]
3132
> 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

Comments
 (0)