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 72a6f13 commit 56ea78bCopy full SHA for 56ea78b
src/lightning_app/components/auto_scaler.py
@@ -342,7 +342,7 @@ class AutoScaler(LightningFlow):
342
"""The ``AutoScaler`` can be used to automatically change the number of replicas of the given server in
343
response to changes in the number of incoming requests. Incoming requests will be batched and balanced across
344
the replicas.
345
-
+Note that the ``Autoscaler`` experience on the cloud is in beta.
346
Args:
347
min_replicas: The number of works to start when app initializes.
348
max_replicas: The max number of works to spawn to handle the incoming requests.
0 commit comments