Skip to content
forked from geersch/retry

Retry utility function supporting exponential backoff and jitter powered by RxJS 🐉

License

Notifications You must be signed in to change notification settings

ggobbe/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.

About

Retry utility function supporting exponential backoff and jitter powered by RxJS 🐉

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 97.6%
  • JavaScript 2.1%
  • Shell 0.3%