🏀 Rebound TS
Rebound TS is a lightweight, robust, and fully type-safe retry decorator for TypeScript and NestJS.
Project Links
- GitHub: https://github.com/raulcabralc/rebound-ts
- npm: https://www.npmjs.com/package/rebound-ts
- Issues: https://github.com/raulcabralc/rebound-ts/issues
It wraps your asynchronous methods with automatic retry logic and advanced controls such as:
- Error filtering
- Exponential backoff
- Configurable attempt limits
- Retry callbacks
It is ideal for unreliable external APIs, distributed systems, unstable database connections, or any operation that may fail intermittently.