-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix/2402/retry events synchronously at startup (#2414)
* notify subscribers synchronously on startup * fix race condition in test, jitter now equals initialDelay. Reduced max retry count to 20 (eliminates overflow) * remove initial delay from retry * no retry when attempts <= 0 or >= max
- Loading branch information
1 parent
f14cbf7
commit 7638078
Showing
2 changed files
with
79 additions
and
25 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