From 56ea78b45f3a2d5e28b622cfc2240d95a906ac6d Mon Sep 17 00:00:00 2001 From: Akihiro Nitta Date: Tue, 6 Dec 2022 01:19:25 +0900 Subject: [PATCH] Update src/lightning_app/components/auto_scaler.py Co-authored-by: Noha Alon --- src/lightning_app/components/auto_scaler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lightning_app/components/auto_scaler.py b/src/lightning_app/components/auto_scaler.py index 1b8f41a4e4..907e1c58ee 100644 --- a/src/lightning_app/components/auto_scaler.py +++ b/src/lightning_app/components/auto_scaler.py @@ -342,7 +342,7 @@ class AutoScaler(LightningFlow): """The ``AutoScaler`` can be used to automatically change the number of replicas of the given server in response to changes in the number of incoming requests. Incoming requests will be batched and balanced across the replicas. - +Note that the ``Autoscaler`` experience on the cloud is in beta. Args: min_replicas: The number of works to start when app initializes. max_replicas: The max number of works to spawn to handle the incoming requests.