sunng87 / diehard

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

Failsafe's Timeout usage #27

Closed jainsahab closed 4 years ago

jainsahab commented 4 years ago

Can we use Failsafe's Timeout API through this library? I want to execute an operation and raise a timeout error if it doesn't execute within a given time.

jainsahab commented 4 years ago

@sunng87 let me know if you are okay with me raising a pull request for it.

sunng87 commented 4 years ago

@jainsahab Sorry for late. Pull requests are welcomed!

sunng87 commented 4 years ago

Fixed in #31