perseverance
perseverance copied to clipboard
Flexible retries library for Clojure
### Context Fixes the doc from the default caught exception at `retriable`.
The first commit has a new test that demonstrates exceeding the range for ints. The second commit has the proposed fix: `int` can't handle positive infinity directly, but `*` and...
An example use case for this would be being able to refresh an API auth token before making the API call again. Retrying the API call without doing some setup...
In a use case such as: if we want to retry calling an external service only until the caller of our service times out, etc. It would be nice to...