There are 3 repositories under backoff topic.
A simple, stateless, functional mechanism to perform actions repetitively until successful.
A multiplatform higher-order function for retrying operations that may fail.
♻️ The most advanced interruptible mechanism to perform actions repetitively until successful.
PHP library providing retry functionality with multiple backoff strategies and jitter support
A JavaScript library that makes it easier to retry functions that return a promise
Fault tolerant and reactive HTTP client for node.js and browsers
TypeScript-first fetch wrapper with configurable timeouts, retries, and circuit-breaker baked in.
A collection of best practices and lessons learnt from applying concurrency in go.
Go implementation of different backoff strategies useful for retrying operations and heartbeating.
📬 RxJS-based polling library with exponential backoff
A retry algorithm for Swift Concurrency
Decorate your AWS Boto3 Calls with AWSRetry.backoff(). This will allows your calls to get around the AWS Eventual Consistency Errors.
An exponential backoff library for Kotlin
Next Word Prediction using n-gram Probabilistic Model with various Smoothing Techniques
Simple retry mechanism for arbitrary function calls in Scala.
Simple back off / retry functionality
Exponential retry backoff library offering full jitter and decorators.
:bowtie: Backoff uses an exponential backoff algorithm to backoff between retries with optional auto-tuning functionality.
Simple library for retrying operations, it supports multiple backoff strategies.
Simple Async busy wait module for Node.JS