Commit 2fcd224
committed
[Worker Versioning GA]: Add autoUpgrade information inside of events (#665)
_**READ BEFORE MERGING:** All PRs require approval by both Server AND
SDK teams before merging! This is why the number of required approvals
is "2" and not "1"--two reviewers from the same team is NOT sufficient.
If your PR is not approved by someone in BOTH teams, it may be summarily
reverted._
<!-- Describe what has changed in this PR -->
- Add InheritedAutoUpgradeInfo message and store it inside of
StartWorkflowExecutionAttributes.
<!-- Tell your future self why have you made these changes -->
- So that replication, on the passive cluster, can also use the revision
number mechanics and ensure that workflow tasks get dispatched to the
correct worker.
<!-- Are there any breaking changes on binary or code level? -->
**Breaking changes**
- Discussion to follow
<!-- If this breaks the Server, please provide the Server PR to merge
right after this PR was merged. -->
- temporalio/temporal#86321 parent 0516c46 commit 2fcd224
File tree
7 files changed
+441
-301
lines changed- deployment/v1
- history/v1
- proto
- temporalproto/openapi
- workflow/v1
7 files changed
+441
-301
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments