The @geersch/retry
package offers a retry utility function supporting exponential backoff and jitter powered by RxJS.
The @geersch/nestjs-retry
package offers a NestJS interceptor to easily apply the retry utility function to an endpoint.
Please consult the README
of these packages for more information.
$ yarn add @geersch/retry
$ yarn add @geersch/nestjs-retry
These packages are MIT licensed.