All Projects → droyo → retry

droyo / retry

Licence: other
Stateless backoff strategies for Go

Programming Languages

go
31211 projects - #10 most used programming language
python
139335 projects - #7 most used programming language

Build Status GoDoc

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].