Elizabeth Cox

Results 2 issues of Elizabeth Cox

Users of the `retrier` package may wish to configure a retrier with a global timeout that applies across all retries. This differs from the `backoffs` configuration because each individual backoff...

If the retrier encounters a context-related error, such as `context.DeadlineExceeded` while attempting retries of `work()`, the context error is returned. This means the actual error from `work()` never bubbles up....