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: 3 months 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: 2024-09-22T07:44:08.000Z (4 months ago)
- Last Synced: 2024-09-29T01:42:20.227Z (4 months ago)
- Topics: backoff, exponential, jitter, nestjs, nodejs, retry, typescript
- Language: TypeScript
- Homepage: https://github.com/geersch/retry
- Size: 1.17 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
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).