[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
56ea78b45f
commit
24983a0a5a
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue