[ol10_u0_developer_EPEL] golang-github-cloudflare-backoff-devel-0-0.15.20190628git647f3cd.el10_0.noarch

Name:golang-github-cloudflare-backoff-devel
Version:0
Release:0.15.20190628git647f3cd.el10_0
Architecture:noarch
Group:Unspecified
Size:12176
License:BSD-2-Clause
RPM: golang-github-cloudflare-backoff-devel-0-0.15.20190628git647f3cd.el10_0.noarch.rpm
Source RPM: golang-github-cloudflare-backoff-0-0.15.20190628git647f3cd.el10_0.src.rpm
Build Date:Mon Jan 06 2025
Build Host:build-ol10-x86_64.oracle.com
Vendor:Oracle America
URL:https://github.com/cloudflare/backoff
Summary:Backoff 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.

This package contains the source code needed for building packages that
reference the following Go import paths:
 – github.com/cloudflare/backoff

Related Packages (Show Changelog) (Show Filelist)