alepha@docs:~/docs/packages/alepha$
cat retry.md
1 min read
Last commit:

#Alepha - Retry

#Installation

Part of the alepha package. Import from alepha/retry.

npm install alepha

#Overview

Automatic retry with backoff.

Features:

  • Retry configuration
  • Exponential backoff
  • Max retry limits
  • Custom retry predicates

#API Reference

#Primitives

  • $retry — Retry middleware for use arrays in $action, $job, $page, $pipeline.

#Providers

  • RetryProvider — Service for executing functions with automatic retry logic.