Skip to content

Commit 2ba62b6

Browse files
autoscaler
1 parent b5c418e commit 2ba62b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ When the maximum scale is reached, new requests are queued for processing. When
3838

3939
### Autoscaler behavior
4040

41-
The autoscaler decides to add new instances (scale-up) on concurrent requests to handle incoming load. For example, 5 concurrent requests will generate 5 Serverless Functions instances.
41+
The autoscaler decides to add new instances (scale-up) for each concurrent request. For example, 5 concurrent requests will generate 5 Serverless Functions instances. This parameter can be customized on Serverless Containers but not on Serverless Functions.
4242

4343
The same autoscaler decides to remove instances (scale-down) down to `1` when no more requests are received during 30 seconds.
4444

0 commit comments

Comments
 (0)