-
Notifications
You must be signed in to change notification settings - Fork 276
Implement Nexus operation cancellation types #1917
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
9e30c55
Implement Nexus operation cancellation types
pdoerner 7d47e25
Merge branch 'master' into nexus-cancellation-types
pdoerner 3e309f1
feedback and replay test
pdoerner df818ee
docs
pdoerner 15ac4b9
docs
pdoerner 1e62e3d
fix cancel before sent
pdoerner 325d739
fix try cancel
pdoerner 0573686
tests
pdoerner 41637d5
feedback and replay tests
pdoerner d6cf74c
update integration test CLI version
pdoerner c6317df
docs
pdoerner 087dbc4
Merge branch 'master' into nexus-cancellation-types
pdoerner b434f59
fix tests
pdoerner c19b3dc
comment
pdoerner 470fb78
test
pdoerner 672046a
test
pdoerner 007f902
test
pdoerner e9820c1
test
pdoerner ed688eb
Merge branch 'master' into nexus-cancellation-types
pdoerner 8359218
test
pdoerner 45dc40d
test
pdoerner 498d5f7
test
pdoerner 0aeb3b9
test
pdoerner d353b6e
test
pdoerner e283cbf
test
pdoerner 7a09cd6
test
pdoerner 87277ee
test
pdoerner fdbc2de
test
pdoerner File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For this to be safe for use, it is imperative that temporalio/api#564 not be released before temporalio/api#572. If there is an API version that has the first and not the second, this code can have issues.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks like unfortunately that did happen. I will update this PR to handle that case.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, this is the pain of frequently releasing things before we know how they will be used, we get into a situation where we now have 1.47.0 that we will have to support.