backoff
There are 132 repositories under backoff topic.
go-resty/resty
Simple HTTP, REST, and SSE client library for Go
litl/backoff
Python library providing function decorators for configurable backoff and retry
gojek/heimdall
An enhanced HTTP client for Go
Xuanwo/backon
Make retry like a built-in feature provided by Rust.
jpillora/backoff
Simple backoff algorithm in Go (golang)
Rican7/retry
A simple, stateless, functional mechanism to perform actions repetitively until successful.
michaelbull/kotlin-retry
A multiplatform higher-order function for retrying operations that may fail.
kamilsk/retry
♻️ The most advanced interruptible mechanism to perform actions repetitively until successful.
inyutin/aiohttp_retry
Simple retry client for aiohttp.
stechstudio/backoff
PHP library providing retry functionality with multiple backoff strategies and jitter support
lifeomic/attempt
A JavaScript library that makes it easier to retry functions that return a promise
resilient-http/resilient.js
Fault tolerant and reactive HTTP client for node.js and browsers
lestrrat-go/backoff
Backoff mechanics for Go
fetch-kit/ffetch
TypeScript-first fetch wrapper with configurable timeouts, retries, and circuit-breaker baked in.
daradib/sidedoor
SSH connection daemon for Debian/Raspbian/Ubuntu/etc
h2non/riprova
Versatile async-friendly retry package with multiple backoff strategies
alextanhongpin/go-advance-concurrency
A collection of best practices and lessons learnt from applying concurrency in go.
ssgreg/repeat
Go implementation of different backoff strategies useful for retrying operations and heartbeating.
jiayihu/rx-polling
📬 RxJS-based polling library with exponential backoff
ph1ps/swift-concurrency-retry
A retry algorithm for Swift Concurrency
linuxdynasty/awsretry
Decorate your AWS Boto3 Calls with AWSRetry.backoff(). This will allows your calls to get around the AWS Eventual Consistency Errors.
reugn/kotlin-backoff
An exponential backoff library for Kotlin
rfyiamcool/backoff
🦀 go backoff lib, avoid 'thundering herd' effect
susantabiswas/Word-Prediction-Ngram
Next Word Prediction using n-gram Probabilistic Model with various Smoothing Techniques
mattn/backoff
backoff utility for cron
coady/waiter
Delayed iteration for polling and retries.
hipjim/scala-retry
Simple retry mechanism for arbitrary function calls in Scala.
yriveiro/php-backoff
Simple back off / retry functionality
denisyukphp/backoff
Back-off algorithm implementation.
GokGokalp/Luffy
Luffy is a simple resilience and transient-fault handling library
seuros/chrono_machines
A Ruby gem that implements exponential backoff retry patterns with full jitter for distributed systems. Simple, focused, and built for Ruby 3.2+ with fiber-aware operations.
unitoio/backoff-decorator
Exponential retry backoff library offering full jitter and decorators.
python-backoff/backoff
Python library providing function decorators for configurable backoff and retry
kelunik/retry
A tiny library for retrying failed operations.
winterssy/ghttp
A simple, user-friendly and concurrent safe HTTP request library for Go
go-playground/backoff
:bowtie: Backoff uses an exponential backoff algorithm to backoff between retries with optional auto-tuning functionality.