tim-kos/node-retry
Abstraction for exponential and custom retry strategies for failed operations. observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
Flags: no_license
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: 5592
- days_rel: n/a
- days_push: 1085
- n_releases_24m: 0
Adoption not part of the score
1259 stars · 85 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A Node.js library providing an abstraction for exponential and custom retry strategies for failed operations. It wraps flaky async calls with configurable retry attempts, timeouts, and backoff factors.
Use cases
- retry failed network requests with exponential backoff
- add fault tolerance to flaky dns lookups in node
- configure custom retry timeouts and attempt limits
- retry async operations until they succeed
- implement retry logic for unreliable api calls
When to choose
- you need configurable exponential backoff for failing async operations in Node.js
- you want fine-grained control over retry counts, timeouts, and randomization
- you need retry support for both callback and promise-based code
When to avoid
- you need retry logic outside of Node.js
- you want a batteries-included HTTP client with built-in retries rather than a low-level retry abstraction
- you need circuit-breaker or rate-limiting features alongside retries
Facets
library · maturity maintenance
concurrency error-handling developer-tools developer-tools backend retry exponential-backoff fault-tolerance npm nodejs javascript
1 source
- readme: https://github.com/tim-kos/node-retry · fetched 2026-08-28 · 561a7bcf045a
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| tim-kos/node-retry | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="tim-kos/node-retry")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem