Skip to content

Commit de797d4

Browse files
Apply suggestions from code review
Co-authored-by: Jessica <[email protected]>
1 parent 943bbb3 commit de797d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

serverless/containers/concepts.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,11 +166,11 @@ Use cases:
166166
When deploying a new version of a Serverless Container, a rolling update is applied by default. This means that the new version of the service is gradually rolled out to your users without downtime.
167167
Here is how it works:
168168

169-
* When a new version of your container is deployed, the platform automatically starts routing traffic to the new version incrementally, while still serving requests from the old version until the new one is fully deployed.
169+
* When a new version of your container is deployed, the platform automatically starts routing traffic to it incrementally, while still serving requests from the old version until the new one is fully deployed.
170170
* Once the new version is successfully running, we gradually shift all traffic to it, ensuring zero downtime.
171171
* The old version is decommissioned once the new version is fully serving traffic.
172172

173-
This process ensures a seamless update experience, minimizing user disruption during deployments. If needed, you can also manage traffic splitting between versions during the update process, allowing you to test new versions with a subset of traffic before fully migrating to it
173+
This process ensures a seamless update experience, minimizing user disruption during deployments. If needed, you can also manage traffic splitting between versions during the update process, allowing you to test new versions with a subset of traffic before fully migrating to it.
174174

175175
## Sandbox
176176

0 commit comments

Comments
 (0)