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

Information for build golang-github-cloudflare-backoff-0-0.3.20190628git647f3cd.fc32

ID141340
Package Namegolang-github-cloudflare-backoff
Version0
Release0.3.20190628git647f3cd.fc32
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
StartedFri, 27 Mar 2020 10:09:48 UTC
CompletedFri, 27 Mar 2020 10:09:48 UTC
Tags
f33
RPMs
src
golang-github-cloudflare-backoff-0-0.3.20190628git647f3cd.fc32.src.rpm (info) (download)
noarch
golang-github-cloudflare-backoff-devel-0-0.3.20190628git647f3cd.fc32.noarch.rpm (info) (download)
Changelog * Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * 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