Retry
Retry library
A Swift library that provides a flexible way to retry failed operations with customizable delay strategies and maximum attempts.
Haven't you wished for try
to sometimes try a little harder? Meet retry
499 stars
11 watching
16 forks
Language: Swift
last commit: about 3 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
rholder/retrying | A general-purpose retrying library for Python applications | 1,917 |
shafreeck/retry | A simple library to handle repeated attempts at completing a task with error handling and customizable backoff strategy | 12 |
sija/retriable.cr | A retry mechanism with exponential backoff for handling unreliable code blocks | 41 |
kamilsk/retry | A library providing an interruptible mechanism to perform actions repetitively until successful | 340 |
grammarly/perseverance | A flexible retry library inspired by the Common Lisp condition system. | 183 |
itpixelz/ngx-http-retry | A service that adds retry logic to Angular's HttpClient methods | 1 |
sindresorhus/p-retry | A utility for automatically retrying failed promise-returning or async functions with exponential backoff and customizable error handling. | 795 |
thedevsaddam/retry | Provides a flexible retry mechanism for Go functions | 66 |
rafaeljesus/retry-go | A package for implementing retries in Go programs with flexible retry policies and timing | 50 |
kubatruhlar/afnetworking-retrypolicy | A category for AFNetworking that adds retry logic to network requests with customizable retry intervals and count. | 212 |
spider-gazelle/simple_retry | A tool for retrying code blocks with customizable options. | 6 |
safwank/elixirretry | Provides macros for retrying code with customizable delay and exception handling strategies. | 443 |
rt2zz/redux-owl | A library that provides a simple method for supporting offline sync by retrying failed actions at configurable intervals and with exponential backoff. | 9 |
lantins/resque-retry | Provides retry logic and exponential backoff support for Resque jobs | 422 |
ybbus/httpretry | Enriches an HTTP client with automatic retry functionality using exponential backoff. | 47 |