A set of utility algorithms to retry operations, again and again.
-
Updated
Mar 19, 2024 - Go
A set of utility algorithms to retry operations, again and again.
A Go (Golang) package for managing retries for operations that might temporarily fail. It allows developers to customize how retries are handled using different strategies, such as increasing the wait time between each attempt - backoffs and jitters.
Implementation of Backoff Strategy written in Go (Golang)
Add a description, image, and links to the backoff-strategy topic page so that developers can more easily learn about it.
To associate your repository with the backoff-strategy topic, visit your repo's landing page and select "manage topics."