Mon, 08 Jul 2024 23:08:34 UTC | login

Information for build golang-github-cloudflare-backoff-0-0.1.20190628git647f3cd.fc31

ID98501
Package Namegolang-github-cloudflare-backoff
Version0
Release0.1.20190628git647f3cd.fc31
Epoch
SummaryBackoff timer shared between several projects
Description This package implements the backoff strategy described in the AWS Architecture Blog article "Exponential Backoff And Jitter". Essentially, the backoff has an interval time.Duration; the nth call to backoff will return an a time.Duration that is 2 n * interval. If jitter is enabled (which is the default behaviour), the duration is a random value between 0 and 2 n * interval. The backoff is configured with a maximum duration that will not be exceeded; e.g., by default, the longest duration returned is backoff.DefaultMaxDuration.
Built bydavidlt
State complete
Volume DEFAULT
StartedWed, 24 Jul 2019 10:39:02 UTC
CompletedWed, 24 Jul 2019 10:39:02 UTC
Tags
f31
RPMs
src
golang-github-cloudflare-backoff-0-0.1.20190628git647f3cd.fc31.src.rpm (info) (download)
noarch
golang-github-cloudflare-backoff-devel-0-0.1.20190628git647f3cd.fc31.noarch.rpm (info) (download)
Changelog * Mon May 06 2019 Robert-André Mauchin <zebob.m@gmail.com> - 0-0.1.20190628git647f3cd - Initial package