backoff-strategy
There are 25 repositories under backoff-strategy topic.
elennick/retry4j
Lightweight Java library for retrying unreliable logic - DEPRECATED
fumoboy007/swift-retry
Retries in Swift with sensible defaults and powerful flexibility.
GokGokalp/Luffy
Luffy is a simple resilience and transient-fault handling library
regevbr/busywait.js
Simple Async busy wait module for Node.JS
jdvr/go-again
A set of utility algorithms to retry operations, again and again.
hueristiq/hq-go-retrier
A Go (Golang) package for managing retries for operations that might temporarily fail. It allows developers to customize how retries are handled using different strategies, such as increasing the wait time between each attempt - backoffs and jitters.
stijnbuurman/retry-policy
A retry policy framework for javascript written in typescript
replaysMike/AnyRetry
A simple CSharp library for wrapping asynchronous code with retry behavior.
rvflash/backoff
Fibonacci backoff implementation
samuelgiles/there_was_an_attempt
A small utility designed to be used alongside Dry::Monads::Result to repeatedly attempt an operation sleeping between failed attempts.
vladimiry/fs-no-eperm-anymore
Reducing EPERM or other errors on win32 or other platforms using retry loop approach
dutu/forever-websocket
WebSocket client, reconnecting and isomorphic. A simple implementation
IGI-111/retry-block
utilities to retry operations that may fail with configurable backoff behavior using macros over blocks of code
marcodippy/retry4s
Purely functional retry combinators for Scala
patinthehat/BackoffV2
PHP library implementing various backoff alforithms such as exponential backoff.
PauloMigAlmeida/sample-exponential-backoff
Exponential backoff is an algorithm that uses feedback to multiplicatively decrease the rate of some process, in order to gradually find an acceptable rate.
rbiedrawa/spring-quartz-flyway-poc
This repository demonstrates how to schedule jobs in Spring Boot application with Quartz Clustered mode.
susantabiswas/Natural-Language-Processing
Word Level Language Models
tensorush/zig-backoff
Zig implementation of exponential backoff algorithm.
AbhishekChd/redis-event-delivery
Redis based highly available event delivery design
kampute/http-client
A .NET library enhancing HttpClient for RESTful API communication offers features like shared HttpClient instances for improved performance, flexible configurations, advanced error handling, retry strategies, modular content processing, authentication, and request/response interception.
gautaz/webresock
Yet another reconnecting WebSocket using reconnect-core
indrasaputra/backoff
Implementation of Backoff Strategy written in Go (Golang)
marcobellaccini/pysudokugen
Python 3 script that generates random valid sudoku matrices
skial/backoff
An Exponential backoff library for Haxe