https://github.com/droyo/retry
Stateless backoff strategies for Go
https://github.com/droyo/retry
Last synced: 5 months ago
JSON representation
Stateless backoff strategies for Go
- Host: GitHub
- URL: https://github.com/droyo/retry
- Owner: droyo
- Created: 2015-02-25T03:38:00.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2018-04-28T20:42:20.000Z (about 8 years ago)
- Last Synced: 2024-06-19T02:00:09.906Z (about 2 years ago)
- Language: Go
- Size: 17.6 KB
- Stars: 16
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://travis-ci.org/droyo/retry)
[](https://godoc.org/aqwari.net/retry)
## `retry` - backoff strategies for Go
The retry package implements a handful of backoff strategies that
use the technique described in
http://blog.gopheracademy.com/advent-2014/backoff/ . This package
API is finalized and should only see backwards-compatible changes
(perhaps an additional backoff strategy or two).
API documentation can be found at http://godoc.org/aqwari.net/retry.
Issues may be opened at github.com/droyo/retry.