Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 708 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 708 Bytes

@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.