Skip to content

Commit 2f16d4b

Browse files
nerda-codesRoRoJ
andauthored
Apply suggestions from code review
Co-authored-by: Rowena Jones <[email protected]>
1 parent 2ba62b6 commit 2f16d4b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,14 @@ When the maximum scale is reached, new requests are queued for processing. When
4646

4747
### Autoscaler behavior
4848

49-
The autoscaler decides to add new instances (scale-up) when the number of concurrent requests defined (default is `80`) is reached.
49+
The autoscaler decides to add new instances (scale up) when the number of concurrent requests defined (default is `80`) is reached.
5050

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

5353
Scaling down to zero (if min-scale is set to `0`) happens after 15 minutes of inactivity.
5454

5555
<Message type="note">
56-
Redeploying your resource does not generate downtime. Instances are gradually replaced with new ones.
56+
Redeploying your resource does not entail downtime. Instances are gradually replaced with new ones.
5757

5858
Old instances remain running to handle traffic, while new instances are brought up and verified before fully replacing the old ones. This method helps maintain application availability and service continuity throughout the update process.
5959
</Message>

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,14 @@ 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) 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.
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

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

4545
Scaling down to zero (if min-scale is set to `0`) happens after 15 minutes of inactivity.
4646

4747
<Message type="note">
48-
Redeploying your resource does not generate downtime. Instances are gradually replaced with new ones.
48+
Redeploying your resource does not entail downtime. Instances are gradually replaced with new ones.
4949

5050
Old instances remain running to handle traffic, while new instances are brought up and verified before fully replacing the old ones. This method helps maintain application availability and service continuity throughout the update process.
5151
</Message>

0 commit comments

Comments
 (0)