Fedora Packages

golang-github-cloudflare-backoff-devel Subpackage of golang-github-cloudflare-backoff

Backoff timer shared between several projects

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. This package contains the source code needed for building packages that reference the following Go import paths: – github.com/cloudflare/backoff

Releases Overview

Release Stable Testing
Fedora Rawhide 0-0.14.20190628git647f3cd.fc40 -
Fedora 40 0-0.14.20190628git647f3cd.fc40 -
Fedora 39 0-0.12.20190628git647f3cd.fc39 -
Fedora 38 0-0.11.20190628git647f3cd.fc38 -
File a new bug report »
Package Info

You can contact the maintainers of this package via email at golang-github-cloudflare-backoff dash maintainers at fedoraproject dot org.



Sources on Pagure