Commit Graph

6 Commits (e2fe35ef40bbce9b87f945901afa00a3fa769093)

Author SHA1 Message Date
Adrien Delorme ca33f8bc5c Revert "Backoff.Linear: panic when InitialBackoff > MaxBackoff"
7 years ago
Adrien Delorme 39cfacd5fa Backoff.Linear: panic when InitialBackoff > MaxBackoff
7 years ago
Adrien Delorme 36e4eaff99 document retry.Backoff better
7 years ago
Adrien Delorme 9f1136db77 retry: encapsulate & return the last seen error in a RetryExhaustedError
7 years ago
Megan Marsh e69d95eb37 when retries were exhausted in the retry Run, we were returning nil instead of an error.
7 years ago
Adrien Delorme d72040f4fa move retry code into the common/retry pkg and make retry context aware
7 years ago