Package : golang-github-cenkalti-backoff

Package details

Summary: Exponential backoff algorithm in Go

Description:

This is a Go port of the exponential backoff algorithm from Google's HTTP
Client Library for Java.

Exponential backoff is an algorithm that uses feedback to multiplicatively
decrease the rate of some process, in order to gradually find an acceptable
rate. The retries exponentially increase and stop increasing when a certain
threshold is met.


URL: https://github.com/cenkalti/backoff
License: MIT

Maintainer: pterjan

List of RPMs