Skip to content

Commit 815389d

Browse files
Update docs/encyclopedia/workers/worker-versioning.mdx
Co-authored-by: Jwahir Sundai <[email protected]>
1 parent 47975a9 commit 815389d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/encyclopedia/workers/worker-versioning.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ An **Auto-Upgrade** Workflow will move to the latest Worker Deployment Version a
5252
## Versioning Definitions
5353

5454
- **Current Worker Deployment Version**: The version where Workflows are routed to unless they were previously pinned on a different version. Other versions can continue polling to allow pinned Workflows to finish executing or in case you need to roll back. If no current version is specified, the default is unversioned.
55-
- **Ramping Worker Deployment Version**: the version where a configurable percentage of Workflows are routed to unless they were previously pinned on a different version. The ramp percentage can be in the range [0, 100]. Workflows that don't go to the Ramping Version will go to the Current Version. If no Ramping Version is specified, 100% of new Workflows and Auto-Upgrade Workflows will go to the Current Version.
55+
- **Ramping Worker Deployment Version**: The version where a configurable percentage of Workflows are routed to unless they were previously pinned on a different version. The ramp percentage can be in the range [0, 100]. Workflows that don't go to the Ramping Version will go to the Current Version. If no Ramping Version is specified, 100% of new Workflows and Auto-Upgrade Workflows will go to the Current Version.
5656
- **Target Worker Deployment Version**: the version your Workflow will move to next. This could be the Deployment's Current Version or the Ramping Version. For example, if an Auto-Upgrade Workflow was running on Version A, the Current Version is B, and there is a 5% ramp to C, there is a 95% chance that its Target Version is B and 5% that it's C.
5757

5858
## Versioning Statuses {#versioning-statuses}

0 commit comments

Comments
 (0)