NOTICE: This package has been removed from pkgsrc

./wip/go-backoff, Exponential backoff algorithm in Go

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 4.1.0nb13, Package name: go-backoff-4.1.0nb13, Maintainer: pkgsrc-users

This is a Go port of the exponential backoff algorithm from
google-http-java-client.

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.


Required to build:
[pkgtools/cwrappers] [lang/go114]

Master sites:

RMD160: ae3e0203e78b757a870b6db46a1dd4484f54989f
Filesize: 9.604 KB

Version history: (Expand)


CVS history: (Expand)


   2015-03-12 22:15:31 by Tobias Nygren | Files touched by this commit (5)
Log message:
Import go-backoff-20141124 as wip/go-backoff.

This is a Go port of the exponential backoff algorithm from
google-http-java-client.

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.