Skip to content

Tags: QLNEU/backoff

Tags

v2.2.1

Toggle v2.2.1's commit message

Verified

This commit was signed with the committer’s verified signature.
cenkalti Cenk Altı
remove go.mod file cenkalti#76

v3.0.0

Toggle v3.0.0's commit message

Verified

This commit was signed with the committer’s verified signature.
cenkalti Cenk Altı
add /v3 to module path

v2.2.0

Toggle v2.2.0's commit message

Verified

This commit was signed with the committer’s verified signature.
cenkalti Cenk Altı
add module definition; fix cenkalti#75

v2.1.1

Toggle v2.1.1's commit message

Verified

This commit was signed with the committer’s verified signature.
cenkalti Cenk Altı
reuse timer in Retry func

v2.1.0

Toggle v2.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
honor context deadlines, fix cenkalti#53 (cenkalti#64)

v2.0.0

Toggle v2.0.0's commit message

Verified

This commit was signed with the committer’s verified signature.
cenkalti Cenk Altı
rename WithMaxTries to WithMaxRetries; fix cenkalti#52; fix cenkalti#54

v1.1.0

Toggle v1.1.0's commit message
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>

v1.0.0

Toggle v1.0.0's commit message
fix cenkalti#18: invalid randomization factor