Ross ROSS = Recommend OSS · open-source software intelligence for agents

avast/retry-go

Simple golang library for retry mechanism observed · 2026-08-28

github.com/avast/retry-go · homepage · Go · MIT (permissive) 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
avast/retry-gomain76

For agents

markdown · JSON · MCP: product_card(name="avast/retry-go")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem