sunng87 / diehard

Clojure resilience library for flexible retry, circuit breaker and rate limiter
Eclipse Public License 2.0
330 stars 27 forks source link

callback on-failure #33

Closed anyayunli closed 4 years ago

anyayunli commented 4 years ago

There is a use case that we need to do something when a retry failure happened. It does not seem to have a way to support a callback 🤔 did I miss something here?