avast/retry-go
Simple golang library for retry mechanism observed · 2026-08-28
Health v2 · maintenance only
76/100
- Activity 98
- Release rhythm 34
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: 136.0
- age_days: 3327
- days_rel: 282
- days_push: 12
- n_releases_24m: 3
Adoption not part of the score
2947 stars · 177 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A simple Go library providing a retry mechanism for retrying failing operations with configurable attempts, delays, and backoff strategies. It offers a minimal API including reusable retriers and data-returning retry helpers.
Use cases
- retry failed http requests in go
- add exponential backoff to flaky network calls
- retry database or api operations with configurable attempts
- wrap unreliable function calls with automatic retries
- reuse a configured retrier for high-frequency operations
When to choose
- you need a simple, well-adopted retry library for Go
- you want configurable delays, backoff, and attempt limits with a tiny API
- you need a data-returning retry helper or reusable retrier instances
When to avoid
- you need advanced circuit-breaking or bulkhead patterns beyond simple retries
- you prefer a more feature-rich backoff framework like cenkalti/backoff
- you want an actively developed fork with recent correctness improvements
Facets
library · maturity stable
error-handling concurrency developer-tools backend apis go cross-platform retry backoff resilience golang-library
5 sources
- readme: https://github.com/avast/retry-go · fetched 2026-08-28 · aff575d1b941
- homepage: http://godoc.org/github.com/avast/retry-go · fetched 2026-08-29 · 9b5487a7f873
- site_page: https://pkg.go.dev/about · fetched 2026-08-29 · 757852027879
- site_page: https://pkg.go.dev/github.com/avast/retry-go · fetched 2026-08-29 · 63a0278b3211
- site_page: https://go.dev/project · fetched 2026-08-29 · d5ca00bb378b
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| avast/retry-go | main | 76 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem