Skip to content

Commit 060872e

Browse files
committed
updated definitions section title
1 parent cd22fc6 commit 060872e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/encyclopedia/workers/worker-versioning.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ This page defines some of the underlying concepts used in [Worker Versioning](/p
2222
- [Worker Deployments](#deployments)
2323
- [Worker Deployment Versions](#deployment-versions)
2424
- [Versioning Behaviors](#versioning-behaviors)
25+
- [Versioning Definitions](#versioning-definitions)
2526
- [Versioning Statuses](#versioning-statuses)
2627
- [Continue-as-new, Child Workflow, and Retry Semantics](#inheritance-semantics)
2728

@@ -48,7 +49,7 @@ A **Pinned** Workflow is guaranteed to complete on a single Worker Deployment Ve
4849

4950
An **Auto-Upgrade** Workflow will move to the latest Worker Deployment Version automatically whenever you change the current version. Auto-upgrade Workflows are not restricted to a single Deployment Version and need to be kept replay-safe manually, i.e. with [patching](/workflow-definition#workflow-versioning).
5051

51-
## Versioning Types
52+
## Versioning Definitions
5253

5354
- **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.
5455
- **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.

0 commit comments

Comments
 (0)