Mon, 08 Jul 2024 23:12:47 UTC | login

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

ID111913
Package Namegolang-github-cloudflare-backoff
Version0
Release0.2.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, 31 Jul 2019 17:59:13 UTC
CompletedWed, 31 Jul 2019 17:59:13 UTC
Tags
f31
f32
f33
RPMs
src
golang-github-cloudflare-backoff-0-0.2.20190628git647f3cd.fc31.src.rpm (info) (download)
noarch
golang-github-cloudflare-backoff-devel-0-0.2.20190628git647f3cd.fc31.noarch.rpm (info) (download)
Changelog * Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Mon May 06 2019 Robert-André Mauchin <zebob.m@gmail.com> - 0-0.1.20190628git647f3cd - Initial package