sunng87 / diehard

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

Support :circuit-breaker option in retry block #9

Closed sunng87 closed 7 years ago

sunng87 commented 7 years ago

Failsafe has built-in support for circuit breaker used together with retry stuff. We can add circuit-breaker as an option to retry block to support this.

sunng87 commented 7 years ago

Released in 0.4.0