Package : golang-github-cenkalti-backoff-devel

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.

This package contains the source code needed for building packages that
reference the following Go import paths:
– github.com/cenkalti/backoff


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

Maintainer: pterjan

List of RPMs