ElixirRetry
Retry macro
Provides macros for retrying code with customizable delay and exception handling strategies.
Simple Elixir macros for linear retry, exponential backoff and wait with composable delays
444 stars
6 watching
32 forks
Language: Elixir
last commit: 5 months ago
Linked from 1 awesome list
delayexponential-backofflinear-retryretryretry-strategieswait
Related projects:
Repository | Description | Stars |
---|---|---|
| A simple library to handle repeated attempts at completing a task with error handling and customizable backoff strategy | 12 |
| Provides retry logic and exponential backoff support for Resque jobs | 422 |
| Provides a set of macros and functions to work with timers in Elixir | 10 |
| A set of reusable Elixir macros to simplify writing conditional and functional code. | 18 |
| A utility for automatically retrying failed promise-returning or async functions with exponential backoff and customizable error handling. | 808 |
| A retry mechanism with exponential backoff for handling unreliable code blocks | 41 |
| A library providing an interruptible mechanism to perform actions repetitively until successful | 341 |
| A reactive event handling library for Elixir | 284 |
| Provides a Go implementation of backoff strategies and retry mechanisms for operations with timed-out or failed attempts. | 85 |
| A general-purpose retrying library for Python applications | 1,918 |
| Provides elegant error handling and result monad support in Elixir | 603 |
| A Swift library that provides a flexible way to retry failed operations with customizable delay strategies and maximum attempts. | 499 |
| A library that enables retryable error handling in web applications | 6 |
| Provides a flexible retry mechanism for Go functions | 66 |
| Enriches an HTTP client with automatic retry functionality using exponential backoff. | 48 |