Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: coder/retry

Tags

v1.5.1

Toggle v1.5.1's commit message
Fix double-scaling bug

Turns out this package hasn't been working for a few months.

v1.5.0

Toggle v1.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add support for Jitter (#28)

* Expose Rate for better scaling control
* Expose other Retry values to allow for direct instantiation
* Use Phi as default scaling rate.

v1.4.0

Toggle v1.4.0's commit message
Add Reset() method

v1.3.0

Toggle v1.3.0's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
ammario Ammar Bandukwala
Clean up README

v1.2.0

Toggle v1.2.0's commit message

Verified

This commit was signed with the committer’s verified signature.
ammario Ammar Bandukwala
Preserve error when return from failed precheck

Resolves #23

v1.1.0

Toggle v1.1.0's commit message

Verified

This tag was signed with the committer’s verified signature.
ammario Ammar Bandukwala
Open Source

v1.0.1

Toggle v1.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #7 from codercom/bugfix/jitter

Fix Jitter math.

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #6 from codercom/refactor-proposal

More flexible refactor.