Path to this page:
NOTICE: This package has been removed from pkgsrc./
wip/go-backoff,
Exponential backoff algorithm in Go
Branch: CURRENT,
Version: 4.1.0nb13,
Package name: go-backoff-4.1.0nb13,
Maintainer: pkgsrc-usersThis 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)
- (2023-10-21) Package deleted from pkgsrc
- (2023-02-13) Package has been reborn
- (2021-01-13) Updated to version: go-backoff-4.1.0nb13
- (2020-09-29) Package has been reborn
- (2020-09-29) Package deleted from pkgsrc
- (2020-03-21) Updated to version: go-backoff-20141124nb12
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.
|