feat(worker versioning): added migration guide for non-TWC uses#4435
Open
flippedcoder wants to merge 2 commits intomainfrom
Open
feat(worker versioning): added migration guide for non-TWC uses#4435flippedcoder wants to merge 2 commits intomainfrom
flippedcoder wants to merge 2 commits intomainfrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
📖 Docs PR preview links
|
mnichols
requested changes
Apr 16, 2026
|
|
||
| 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. | ||
|
|
||
| To Signal all running Workflows at once: |
Contributor
There was a problem hiding this comment.
I would make clear this is an EXAMPLE code snippet to send a signal with increased throughput.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Addresses #4433. This adds a guide to help users migrate from unversioned to versioned Workers if they don't use the Temporal Worker Controller.
Notes to reviewers
┆Attachments: EDU-6207 feat(worker versioning): added migration guide for non-TWC uses