backoff/README.md
2026-02-08 15:20:10 -05:00

309 B

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.