sunng87 / diehard

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

Fix failing circuit breaker deifinition when timeout given #24

Closed mjhanninen closed 5 years ago

mjhanninen commented 5 years ago

The defcircuitbreaker macro fails when given the :timeout-ms option. This is due to incorrect withTimeout call.