https://github.com/than-dev/retry-decorator
Its a retry decorator implementation for async operations on javascript/typescript! Some strategies were used, like backoff, jitter and custom transient error detection!
https://github.com/than-dev/retry-decorator
backend backoff communication decorators javascript jitter nodejs patterns retry typescript
Last synced: 4 months ago
JSON representation
Its a retry decorator implementation for async operations on javascript/typescript! Some strategies were used, like backoff, jitter and custom transient error detection!
- Host: GitHub
- URL: https://github.com/than-dev/retry-decorator
- Owner: than-dev
- Created: 2021-12-10T19:38:22.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-12T01:59:47.000Z (about 4 years ago)
- Last Synced: 2025-02-05T14:48:54.323Z (about 1 year ago)
- Topics: backend, backoff, communication, decorators, javascript, jitter, nodejs, patterns, retry, typescript
- Language: TypeScript
- Homepage:
- Size: 48.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Retry decorator in Javascript