Skip to content

Commit e6a5ffb

Browse files
authored
Update scale-app.md
- Elaborating that the mentioned pollingInterval and cooldownPeriod values also apply to the HTTP scaler. The HTTP scaler is a custom, non-Keda scaler, thus the suggested update. - Added a link to the Keda ScaledObject documentation about pollingInterval and cooldownPeriod, so that readers can refer to the Keda documentation for further information about how these mechanisms work.
1 parent 0f9d634 commit e6a5ffb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/container-apps/scale-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ There are two scale properties that apply to all rules in your container app:
2929
- Replicas not processing, but that remain in memory are billed in the "idle charge" category.
3030
- Changes to scaling rules are a [revision-scope](revisions.md#revision-scope-changes) change.
3131
- It's recommended to set the `properties.configuration.activeRevisionsMode` property of the container app to `single`, when using non-HTTP event scale rules.
32-
- Container Apps implements the KEDA ScaledObject with the following default settings.
32+
- Container Apps implements the KEDA [ScaledObject](https://keda.sh/docs/1.4/concepts/scaling-deployments/#details) and HTTP scaler with the following default settings.
3333
- pollingInterval: 30 seconds
3434
- cooldownPeriod: 300 seconds
3535

0 commit comments

Comments
 (0)