Skip to main content

🏀 Rebound TS

Rebound TS is a lightweight, robust, and fully type-safe retry decorator for TypeScript and NestJS.


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.