INFO
Name: golang-github-cloudflare-backoff-devel
Version: 0-0.15.20190628git647f3cd.el10_0
Arch: noarch
Summary: Backoff timer shared between several projects
License: BSD-2-Clause
Vendor: Fedora Project
Build Host: buildvm-a64-05.iad2.fedoraproject.org
Build Date: Thu Nov 7 01:09:53 2024
Size: 12176
URL: https://github.com/cloudflare/backoff
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.
This package contains the source code needed for building packages that
reference the following Go import paths:
– github.com/cloudflare/backoff
FILES
/usr/share/doc/golang-github-cloudflare-backoff-devel
/usr/share/doc/golang-github-cloudflare-backoff-devel/README.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/cloudflare
/usr/share/gocode/src/github.com/cloudflare/backoff
/usr/share/gocode/src/github.com/cloudflare/backoff/.goipath
/usr/share/gocode/src/github.com/cloudflare/backoff/backoff.go
/usr/share/gocode/src/github.com/cloudflare/backoff/backoff_test.go
/usr/share/licenses/golang-github-cloudflare-backoff-devel
/usr/share/licenses/golang-github-cloudflare-backoff-devel/LICENSE
REQUIRES
go-filesystem
rpmlib(CompressedFileNames) 3.0.4-1
rpmlib(FileDigests) 4.6.0-1
rpmlib(PayloadFilesHavePrefix) 4.0-1
rpmlib(PayloadIsZstd) 5.4.18-1
PROVIDES
golang(github.com/cloudflare/backoff) 0-0.15.20190628git647f3cd.el10_0
golang(github.com/cloudflare/backoff)(commit=647f3cdfc87a18586e279c97afd6526d01b0d063) 0-0.15.20190628git647f3cd.el10_0
golang-github-cloudflare-backoff-devel 0-0.15.20190628git647f3cd.el10_0
golang-ipath(github.com/cloudflare/backoff) 0-0.15.20190628git647f3cd.el10_0
golang-ipath(github.com/cloudflare/backoff)(commit=647f3cdfc87a18586e279c97afd6526d01b0d063) 0-0.15.20190628git647f3cd.el10_0
CONFIG FILES
/usr/share/doc/golang-github-cloudflare-backoff-devel
/usr/share/doc/golang-github-cloudflare-backoff-devel/README.md d
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/cloudflare
/usr/share/gocode/src/github.com/cloudflare/backoff
/usr/share/gocode/src/github.com/cloudflare/backoff/.goipath
/usr/share/gocode/src/github.com/cloudflare/backoff/backoff.go
/usr/share/gocode/src/github.com/cloudflare/backoff/backoff_test.go
/usr/share/licenses/golang-github-cloudflare-backoff-devel
/usr/share/licenses/golang-github-cloudflare-backoff-devel/LICENSE l
LICENSE FILES
BSD-2-Clause
|