retry
Retry mechanism
A library providing an interruptible mechanism to perform actions repetitively until successful
♻️ The most advanced interruptible mechanism to perform actions repetitively until successful.
341 stars
6 watching
14 forks
Language: Go
last commit: 9 months ago
Linked from 2 awesome lists
awesome-gobackoffgohacktoberfestjitterlibrarymodulerepeatresiliencyretry
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 a flexible retry mechanism for Go functions | 66 |
| A package for implementing retries in Go programs with flexible retry policies and timing | 50 |
| A retry mechanism with exponential backoff for handling unreliable code blocks | 41 |
| Enriches an HTTP client with automatic retry functionality using exponential backoff. | 48 |
| Provides a Go implementation of backoff strategies and retry mechanisms for operations with timed-out or failed attempts. | 85 |
| A Go library that provides an HTTP client with automatic retries and exponential backoff. | 2,020 |
| A Swift library that provides a flexible way to retry failed operations with customizable delay strategies and maximum attempts. | 499 |
| A utility for automatically retrying failed promise-returning or async functions with exponential backoff and customizable error handling. | 808 |
| A general-purpose retrying library for Python applications | 1,918 |
| Provides retry logic and exponential backoff support for Resque jobs | 422 |
| A flexible retry library inspired by the Common Lisp condition system. | 184 |
| A lightweight tracing library for Go applications. | 86 |
| Provides an API to control access to shared resources and limit throughput in concurrent systems. | 103 |
| A Go package for implementing retry logic in error handling | 10 |