retrying
There are 33 repositories under retrying topic.
litl/backoff
Python library providing function decorators for configurable backoff and retry
hynek/stamina
Production-grade retries for Python
fumoboy007/swift-retry
Retries in Swift with sensible defaults and powerful flexibility.
rodion-m/dio_smart_retry
Flexible retry library for Dio. A next generation of an abandoned dio_retry package.
borchero/Squid
Declarative and Reactive Networking for Swift.
pnpnpn/retry-decorator
Decorator for retrying when exceptions occur
sbabcoc/JUnit-Foundation
JUnit Foundation is a lightweight collection of JUnit watchers, interfaces, and static utility classes that supplement and augment the functionality provided by the JUnit API.
sbabcoc/TestNG-Foundation
TestNG Foundation is a lightweight collection of TestNG listeners, interfaces, and static utility classes that supplement and augment the functionality provided by the TestNG API.
mentionapp/retry
Retry is a PHP library for retrying operations with customizable backoff, jitter, and support for both synchronous and asynchronous APIs. It also allows for offline retrying and serialization.
restaurant-cheetah/take2
Easily define Take2 🎬 to retry API calls, methods, or just a block of code.
shafreeck/retry
A pretty simple library to ensure your work to be done
channeladam/ChannelAdam.Wcf
DEPRECATED - A .NET library that makes it easy to use WCF clients/channels and prevent memory and connection leaks by automatically correctly performing the close/abort pattern.
marcelvoss/RetryKit
RetryKit is a package that implements a mechanism for retrying work based on strategies and outputs.
fumoboy007/swift-http-error-handling
Interpret HTTP responses and handle failures in Swift.
swiftuiux/retry-policy-service
Retry policies for network requests in swift DispatchTimeInterval to Duration swift retry swift Retry strategies library Retry policies for network requests Retry strategies for API calls Configurable retry strategies for REST Exponential backoff algorithm
GeekAbdelouahed/flutter_network_image
flutter_network_image is a flutter package that provides an ImageProvider automatically retries failed network image loads, ensuring smooth image loading on mobile and web platforms.
jackfirth/racket-retry
A Racket package for retrying operations with exponential backoff, jitter, and backoff restarting
dintegrity/retrying
Retry macros for rust functions
HonzaMac/conditional-retry
Retry any third party api call based on you custom conditions
kiwiproject/retrying-again
A Java library to allow for the creation of configurable retrying strategies for an arbitrary function call, such as something that communicates with a remote service with flaky uptime.
zaagan/extended-httparty
An extension for the HTTParty gem ( Adds ability to retry on failures and connection errors)
tensorush/zig-backoff
Zig implementation of exponential backoff algorithm.
da440dil/go-trier
Re-execution for functions within configurable limits
denis-zavgorodny/retry-my-fetch
Tiny decorator for Fetch API which allows resending (retrying) your requests in case if that fails
lazycuh/retry
Convenient utilities to retry executing some operation until success or failure at most 3 times
monime-lab/erlretry
A simple retry Erlang library with different back-off strategy
radkomih/attempt
Retry library with configurable waiting strategy.
channeladam/ChannelAdam.Core
DEPRECATED - A .NET library that provides helpful functionality including base classes for disposables and finalizers, weak events and proxies, and other functionality for reflection, XML validation, serialisation & conversion, string placeholder substitution, retry policies and command patterns.
DTADMI/spring-todo-list-firestore-api
A Java Spring boot API to create a To-Do list app using Firestore as the DB with these patterns implemented : DTO, DAO, logging, caching, load shedding, rate limiting, time limiting, circuit breaking, retrying, Error handling
Soreing/retrier
Simple and flexible go retrier
webmasterdevlin/RetryCircuitbreakerPythonDemo
Retry and circuit breaker policies in Python microservices.
wjsc/retry-if-fails
Manage function retries