# softonic/axios-retry

Axios plugin that intercepts failed requests and retries them whenever possible

Repository: https://github.com/softonic/axios-retry
Canonical: https://ross.abutalabs.com/products/axios-retry
Language: TypeScript
License: NOASSERTION
License Family: other
Last push: 2025-06-17T06:44:25+00:00

## Health v2 (maintenance only)
Score: 44/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 27, release rhythm 35, longevity 100
- inputs: {"age_days": 3580, "days_push": 442, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2014, forks 174 (observed 2026-08-28T04:06:05.370901+00:00)

## What it is
An Axios plugin that intercepts failed HTTP requests and automatically retries them with configurable retry counts and delay strategies. It supports exponential backoff, linear, or custom delays and works with custom Axios instances.

## Use cases
- retry failed axios requests automatically
- add exponential backoff to http calls
- make api clients resilient to transient failures
- configure per-request retry behavior in axios
- retry network requests with custom delay logic

## When to choose
- you already use axios and need automatic retries
- you want configurable backoff strategies with minimal setup
- you need request-specific retry overrides

## When to avoid
- you use fetch or another http client instead of axios
- you need circuit breaking or full resilience frameworks
- you need retries for non-http libraries

## Facets
- artifact type: library
- maturity: active
- function: http-client, middleware, error-handling
- domain: web-development, backend, developer-tools
- platform: browser, cross-platform
- tags: axios, retry, exponential-backoff, resilience, typescript, nodejs

## Member repositories
- softonic/axios-retry (main) score 44

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:05.370901+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T03:00:50.800188+00:00, confidence not recorded.
  - readme: https://github.com/softonic/axios-retry (fetched 2026-08-28T04:06:05.370901+00:00, sha 46e32397204e)
  - registry_npm: https://registry.npmjs.org/axios-retry (fetched 2026-08-29T10:41:00.706952+00:00, sha 0cf33b62751d)
- Data as of 2026-08-30T08:39:29.467469+00:00.
