sunng87 / diehard

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

Allow circuit breaker :on-complete listener #60

Closed arichiardi closed 1 year ago

arichiardi commented 1 year ago

This patch makes sure that we don't fail (spec and allowed keys) when the circuit breaker configuration contains :on-complete.

sunng87 commented 1 year ago

Good catch!

sunng87 commented 1 year ago

Released in 0.11.8