connor4312 / cockatiel

🐦 A resilience and fault-handling library. Supports Backoffs, Retries, Circuit Breakers, Timeouts, Bulkhead Isolation, and Fallbacks.
MIT License
1.59k stars 50 forks source link

feat: provide attempt number to onRetry callback #95

Closed ghost91- closed 4 months ago

ghost91- commented 4 months ago

Closes #90

connor4312 commented 4 months ago

Thanks!