Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 637 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 637 Bytes

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.