[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot] 2022-12-05 16:20:41 +00:00
parent 56ea78b45f
commit 24983a0a5a
1 changed files with 52 additions and 52 deletions

View File

@ -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.
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.