perseverance icon indicating copy to clipboard operation
perseverance copied to clipboard

Flexible retries library for Clojure

Results 5 perseverance issues
Sort by recently updated
recently updated
newest added

### 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...

it'd be great to have access to this in ClojureScript!

enhancement