/retry-failed-promise

Retries a function that returns a promise. It will retry it until the promise succeeds, or until maximum number of retries is reached. Returns a single promise that encapsulates all the retries.

Primary LanguageJavaScript

Stargazers