Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 1 day ago
JSON representation
Retry utility function supporting exponential backoff and jitter powered by RxJS :dragon:
- Host: GitHub
- URL: https://github.com/geersch/retry
- Owner: geersch
- License: mit
- Created: 2023-03-19T13:40:30.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-02T16:21:02.000Z (12 days ago)
- Last Synced: 2025-02-07T13:53:03.868Z (7 days ago)
- Topics: backoff, exponential, jitter, nestjs, nodejs, retry, typescript
- Language: TypeScript
- Homepage: https://github.com/geersch/retry
- Size: 2.18 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).