-
Notifications
You must be signed in to change notification settings - Fork 188
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add backoff and jitter to retry (#643)
* feat: add backoff and jitter to retry * refactor: check before retry wait * style: rollback old code style * refactor: do not return error * refactor: strictly exponential backoff * refactor: backward compatibility * refactor: remove useless return error * refactor: remove useless code * refactor: rollback code * refactor: use retry error channel and redirects * refactor: divide method
- Loading branch information
Showing
11 changed files
with
1,940 additions
and
889 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
Oops, something went wrong.