Mon, 08 Jul 2024 22:36:55 UTC | login

Information for build golang-github-cloudflare-backoff-0-0.10.20190628git647f3cd.fc37

ID207952
Package Namegolang-github-cloudflare-backoff
Version0
Release0.10.20190628git647f3cd.fc37
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, 14 Oct 2022 08:23:43 UTC
CompletedFri, 14 Oct 2022 08:23:43 UTC
Tags
f37
f38
RPMs
src
golang-github-cloudflare-backoff-0-0.10.20190628git647f3cd.fc37.src.rpm (info) (download)
noarch
golang-github-cloudflare-backoff-devel-0-0.10.20190628git647f3cd.fc37.noarch.rpm (info) (download)
Changelog * Sun Jul 24 2022 Robert-André Mauchin <zebob.m@gmail.com> 0-0.10 - SPEC cleanup * Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> 0-0.9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> 0-0.8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild