cenkalti/backoff

Return Context's error on timeout in RetryNotify

justin-mp opened this issue · 0 comments

When the context in RetryNotify is done, RetryNotify returns the last error from the operation. This is confusing because the from the operation may have been far in the past and isn't relevant to the why the RetryNotify stopped and failed.