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

rholder/retrying

Retrying is an Apache 2.0 licensed general-purpose retrying library, written in Python, to simplify the task of adding retry behavior to just about anything. observed · 2026-08-28

github.com/rholder/retrying · Python · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

32/100

  • Activity 0
  • Release rhythm 35
  • Longevity 100

Flags: no_releases

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: n/a
  • age_days: 4971
  • days_rel: n/a
  • days_push: 1844
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1924 stars · 152 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

A general-purpose Python retrying library providing a decorator API to add retry behavior to any function. It supports configurable stop conditions, wait strategies including exponential backoff, and retrying based on exceptions or returned results.

Use cases

  • retry flaky network calls in python
  • add exponential backoff to a function
  • retry a function until it succeeds
  • limit retries to a maximum number of attempts
  • retry only on specific exceptions
  • poll a remote endpoint with waits between attempts

When to choose

  • you need a simple decorator-based retry mechanism in Python
  • you want configurable stop and wait conditions like exponential backoff
  • you need to retry based on exceptions or expected return values

When to avoid

  • you need an actively maintained library with recent updates
  • you need async/await support
  • you want advanced retry policies like jitter or circuit breaking

Facets

library · maturity maintenance

error-handling concurrency developer-tools microservices python cross-platform retry decorator exponential-backoff resilience automation

1 source

Member repositories

RepositoryRoleHealth v2
rholder/retryingmain32

For agents

markdown · JSON · MCP: product_card(name="rholder/retrying")

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