Tags: erenwh/backoff
Tags
Remove context deadline checking in backOffContext (cenkalti#113) * Remove ctx deadline check * Add context error checking after stop
Remove context deadline checking in backOffContext (cenkalti#113) * Remove ctx deadline check * Add context error checking after stop
add next interval to elapsed time before deciding to stop exponential… … backoff cenkalti#95
Merge branch 'Oppodelldog-v3' into v3; fix cenkalti#74 * Oppodelldog-v3: fix flaky ticker test unexport DefaultTimer refactor; move Timer to its own file provide custom timer in tests to speed up add NewTickerWithTimer function Abstract timer corresponding logic towards an interface to enable user defined timer behavior. By default time.Timer is used as timer.
PreviousNext