forked from temporalio/sdk-java
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix exception in GrpcRetryer. (temporalio#2021)
* Fix uncaught gRPC exception in retry logic. * Limit retry timeout to deadline; don't query capabilities on health check RPCs. * Oops, replace setMaximumInterval with setExpiration. * Fix formatting. * Back out the chnages to the interceptor, something hinky is happening. * Add tests.
- Loading branch information
1 parent
c6cceca
commit ed211fa
Showing
4 changed files
with
297 additions
and
32 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
Oops, something went wrong.