Tags: QLNEU/backoff
Tags
rename WithMaxTries to WithMaxRetries; fix cenkalti#52; fix cenkalti#54
backoff/tries.go: fix typo: missing 'o' : anther --> another WithMaxTries creates a wrapper around another BackOff, which will return Stop if NextBackOff() has been called too many times since the last time Reset() was called Note: Implementation is not thread-safe. Signed-off-by: Michael Ira Krufky <mkrufky@gmail.com>