alepha@docs:~/docs/packages/alepha$
cat retry.md1 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 forusearrays in$action,$job,$page,$pipeline.
#Providers
RetryProvider— Service for executing functions with automatic retry logic.