Mon, 08 Jul 2024 23:25:39 UTC | login

Information for build golang-github-cloudflare-backoff-0-0.4.20190628git647f3cd.fc33

ID172079
Package Namegolang-github-cloudflare-backoff
Version0
Release0.4.20190628git647f3cd.fc33
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
StartedThu, 13 Aug 2020 12:08:37 UTC
CompletedThu, 13 Aug 2020 12:08:37 UTC
Tags
f33
f37
f38
RPMs
src
golang-github-cloudflare-backoff-0-0.4.20190628git647f3cd.fc33.src.rpm (info) (download)
noarch
golang-github-cloudflare-backoff-devel-0-0.4.20190628git647f3cd.fc33.noarch.rpm (info) (download)
Changelog * Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * 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