Skip to content

geersch/retry

Repository files navigation

@geersch/retry

Description

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.

Installation

$ yarn add @geersch/retry
$ yarn add @geersch/nestjs-retry

License

These packages are MIT licensed.