Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/geersch/retry

Retry utility function supporting exponential backoff and jitter powered by RxJS :dragon:
https://github.com/geersch/retry

backoff exponential jitter nestjs nodejs retry typescript

Last synced: 3 months ago
JSON representation

Retry utility function supporting exponential backoff and jitter powered by RxJS :dragon:

Awesome Lists containing this project

README

        

## @geersch/retry

## Description

The `@geersch/retry` package offers a retry utility function supporting exponential backoff and jitter powered by [RxJS](https://rxjs.dev/).

- [@geersch/retry](./packages/retry/README.md)

The `@geersch/nestjs-retry` package offers a [NestJS interceptor](https://docs.nestjs.com/interceptors) to easily apply the retry utility function to an endpoint.

- [@geersch/nestjs-retry](./packages/nestjs-retry/README.md)

Please consult the `README` of these packages for more information.

## Installation

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

## License

These packages are [MIT licensed](https://github.com/geersch/retry/blob/master/LICENSE).