2026-02-09 19:36:33 -05:00
2026-02-08 15:20:10 -05:00
2026-02-08 15:20:10 -05:00
2026-02-08 15:20:10 -05:00
2026-02-08 15:20:10 -05:00
2026-02-08 15:20:10 -05:00
2026-02-08 15:20:10 -05:00

package backoff

Provides a simple Backoff interface, and currently a single Backoff type (FibonacciBackoff). This can be used to control backoff between requests. It includes a simple function for adding Jitter as well. The cli can be built with go build -C cli, and can be used for sleeping by scripts.

Description
No description provided
Readme MIT 36 KiB
Languages
Go 100%