-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(retry): Now supports configurable delay as a named argument (#6421)
* feat(retry): Add configurable delay - Adds a `delay` configuration that allows the user to create simpler exponential backoff, simple retry delays, and/or other functionality. * chore: Address comments * chore: revert breaking change and use resetOnSuccess
- Loading branch information
Showing
2 changed files
with
313 additions
and
11 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