Skip to content

Commit 66e7ad4

Browse files
committed
perf(worker versioning): cleaned up language for example code
1 parent 5195357 commit 66e7ad4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/production-deployment/worker-deployments/unversioned-to-versioned-migration.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ After setting the Current version, unversioned in-flight Workflows aren't droppe
131131

132132
Sleeping or idle Workflows will not automatically begin to receive the new version information. If you have Workflows that are sleeping or waiting for an event, you must send them a Signal to wake them up so they can be dispatched to the versioned Worker on their next Task execution.
133133

134-
To Signal all running Workflows at once:
134+
Here's an example of how to Signal all running Workflows at once:
135135

136136
```shell
137137
temporal workflow signal \

0 commit comments

Comments
 (0)