retry-promised

A library for retyring promises allowing deep inspection of errors for retry.

retryee

`retryee` is a programmable library for retry. This is written in TypeScript. It enables developers to customize retry & backoff in a simple way. With `retryee`, you can specify how many times to retry, how long to wait between retries, and what errors t

keep-trying

A function for creating retryable promises with configurable limit and backoff.