Re: ANN: diehard 0.3.0

2016-08-09 Thread Ning Sun
Thank you, Richard. I hope this library will be helpful to you. Feel free to report any issue you have with it. On 08/08/2016 11:37 AM, Richard Möhn wrote: > Great! I was just going go implement a primitive retry myself, when I > found this by chance. Thanks for contributing! > > -- > You

Re: ANN: diehard 0.3.0

2016-08-07 Thread Richard Möhn
Great! I was just going go implement a primitive retry myself, when I found this by chance. Thanks for contributing! -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from

ANN: diehard 0.3.0

2016-08-07 Thread Ning Sun
Diehard 0.3.0 just released! Diehard is a library provides retry and circuit breaker for your clojure code. Currently it's based on Failsafe. What's new in 0.3.0: * Updated to Failsafe 0.9.2 * New option :jitter-factor and :jitter-ms on retry policy for adding randomness to retry delay *