robert-bruce icon indicating copy to clipboard operation
robert-bruce copied to clipboard

trampolining retries for clojure

Results 4 robert-bruce issues
Sort by recently updated
recently updated
newest added

It seems like the `exponential decay` referred throughout and most likely used by library users is `exponential growth` rather `exponential decay` Exponential decay has a negative exponent. It would be...

Add a log-hook for logging or otherwise tracking tries as they are in progress.

In the `catch` block [1] inside `robert.bruce/retry`, `error-hook` is called on `t` and THEN `try-again?` is called, but this means that the error hook can't know the type of Throwable...