An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

[![Build Status](https://travis-ci.org/droyo/retry.svg?branch=master)](https://travis-ci.org/droyo/retry)
[![GoDoc](https://godoc.org/aqwari.net/retry?status.svg)](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.