Skip to content

Commit 56ea78b

Browse files
Update src/lightning_app/components/auto_scaler.py
Co-authored-by: Noha Alon <[email protected]>
1 parent 72a6f13 commit 56ea78b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lightning_app/components/auto_scaler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ class AutoScaler(LightningFlow):
342342
"""The ``AutoScaler`` can be used to automatically change the number of replicas of the given server in
343343
response to changes in the number of incoming requests. Incoming requests will be batched and balanced across
344344
the replicas.
345-
345+
Note that the ``Autoscaler`` experience on the cloud is in beta.
346346
Args:
347347
min_replicas: The number of works to start when app initializes.
348348
max_replicas: The max number of works to spawn to handle the incoming requests.

0 commit comments

Comments
 (0)