Alepha Retry

Simple, declarative, and powerful automatic retry for failed operations.

Installation

This package is part of the Alepha framework and can be installed via the all-in-one package:

npm install alepha

Alternatively, you can install it individually:

npm install @alepha/core @alepha/retry

API Reference

Descriptors

$retry()

Creates a function that automatically retries a handler upon failure, with support for exponential backoff, max duration, and cancellation.

Table of contents