backoff

package
v1.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 11, 2024 License: GPL-2.0 Imports: 2 Imported by: 4

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Backoff

type Backoff func(uint64) time.Duration

Backoff returns the backoff duration for a specific retry attempt.

func NewExponentialWithJitter

func NewExponentialWithJitter(min, max time.Duration) Backoff

NewExponentialWithJitter returns a backoff implementation that exponentially increases the backoff duration for each retry from min, never exceeding max. Some randomization is added to the backoff duration. It panics if min >= max.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL