sunng87 / diehard

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

Interruptable timeout policy #35

Closed kkowalski closed 4 years ago

kkowalski commented 4 years ago

Exposing failsafe interrupt flag on the timeout policy.

Wrapped execution context not stopping after specified time and being at the mercy of it ending quickly is not the expected behaviour when you use timeouts .

sunng87 commented 4 years ago

LGTM. Thank you!