You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**Polling interval** is how frequently event sources are queried by KEDA. This value doesn't apply to HTTP and TCP scale rules.
733
733
-**Cool down period** is how long after the last event was observed before the application scales down to its minimum replica count.
734
734
-**Scale up stabilization window** is how long to wait before performing a scale up decision once scale up conditions were met.
735
735
-**Scale down stabilization window** is how long to wait before performing a scale down decision once scale down conditions were met.
736
-
-**Scale up step** is the rate new instances are added at. It starts with 1, 4, 8, 16, 32, ... up to the configured maximum replica count.
737
-
-**Scale down step** is the rate at which replicas are removed. By default 100% of replicas that need to shut down are removed.
736
+
-**Scale up step** is how many replicas are added as your container app scales out. It starts at 1, then increases to 4, 8, 16, 32, and so on, up to the configured maximum replica count.
737
+
-**Scale down step** is how many replicas are removed as your container app scales in. 100% of replicas that need to shut down are removed.
738
738
-**Scaling algorithm** is the formula used to calculate the current desired number of replicas.
0 commit comments