-
Notifications
You must be signed in to change notification settings - Fork 220
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Remove orphaned go:generate directives The codegen referenced here has been removed from this repository. * Add support for async workflow updates. This consists mainly of exposing the WaitPolicy to users of the workflow client and implementing a lazy version of WorkflowUpdateHandle. * Retry poll request until parent ctx expires Loop inside the PollWorkflowClient stub function calling up to the server with a context built from the long poll timeout. * Retry poll for update on nil response outcome Will now retry in 3 cases: 1. local context deadline exceeded 2. grpc error with DEADLINE_EXCEEDED 3. No error but grpc response does not contain an outcome
- Loading branch information
Matt McShane
authored
Apr 19, 2023
1 parent
528337f
commit 29aecb3
Showing
8 changed files
with
485 additions
and
40 deletions.
There are no files selected for viewing
This file contains 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 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 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 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 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 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.