robert-bruce
robert-bruce copied to clipboard
trampolining retries for clojure
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...
Would be useful!
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...