Skip to content

Commit 5f64f9f

Browse files
committed
docs(srv): update
1 parent 48db852 commit 5f64f9f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

pages/serverless-containers/reference-content/containers-autoscaling.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@ Customizing the minimum scale for Serverless can help ensure that an instance re
3232

3333
### Maximum scale (max-scale)
3434

35-
This parameter sets the maximum number of instances of your resource. You should adjust it based on your resource's traffic spikes, keeping in mind that you may wish to limit the max scale to manage costs effectively.
35+
This parameter sets the maximum number of instances of your resource. You should adjust it based on your resource's traffic spikes, keeping in mind that you may wish to limit the max scale to manage costs effectively.``
36+
37+
When the maximum scale is reached, new requests are queued for processing. When the queue is full, the resource returns `503` errors for requests received beyond this point.
3638

3739
### Autoscaler behavior
3840

pages/serverless-functions/reference-content/functions-autoscaling.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ Customizing the minimum scale for Serverless can help ensure that an instance re
3434

3535
This parameter sets the maximum number of instances of your resource. You should adjust it based on your resource's traffic spikes, keeping in mind that you may wish to limit the max scale to manage costs effectively.
3636

37+
When the maximum scale is reached, new requests are queued for processing. When the queue is full, the resource returns `503` errors for requests received beyond this point.
38+
3739
### Autoscaler behavior
3840

3941
The autoscaler decides to start new instances when:

0 commit comments

Comments
 (0)