Projects in Awesome Lists tagged with exponential-backoff
A curated list of projects in awesome lists tagged with exponential-backoff .
https://github.com/safwank/ElixirRetry
Simple Elixir macros for linear retry, exponential backoff and wait with composable delays
delay exponential-backoff linear-retry retry retry-strategies wait
Last synced: 30 Mar 2025
https://github.com/brunobonacci/safely
Safely is a Clojure's circuit-breaker library for handling retries in an elegant declarative way.
circuit-breaker clojure exceptions exponential-backoff retry retry-policies
Last synced: 05 Apr 2025
https://github.com/lifeomic/attempt
A JavaScript library that makes it easier to retry functions that return a promise
async attempt await backoff exponential-backoff javascript nodejs promise retry retry-strategies team-skillspring typescript
Last synced: 16 May 2025
https://github.com/fumoboy007/swift-retry
Retries in Swift with sensible defaults and powerful flexibility.
async-await backoff-algorithms backoff-strategy exponential-backoff jitter retries retry retrying swift swift-concurrency
Last synced: 02 Mar 2026
https://github.com/ssgreg/repeat
Go implementation of different backoff strategies useful for retrying operations and heartbeating.
backoff exponential-backoff go golang heartbeat repeat retry
Last synced: 17 Jan 2026
https://github.com/rye/eb
♻️ Run commands with exponential backoff 📈
clap-rs cli exponential-backoff hacktoberfest rust
Last synced: 08 Sep 2025
https://github.com/octokit/octopoller.rb
A micro gem for polling and retrying. Perfect for making repeating requests.
exponential-backoff hacktoberfest octokit-rb polling retry ruby ruby-gem tooling
Last synced: 08 May 2025
https://github.com/reugn/kotlin-backoff
An exponential backoff library for Kotlin
backoff exponential-backoff fault-tolerance kotlin kotlin-library retry retry-library retry-strategies
Last synced: 15 Apr 2025
https://github.com/llucs/backon
Function decoration for backoff and retry — modern, fast, and zero dependencies
async backoff circuit-breaker decorator exponential-backoff hedging python rate-limiting resilience retry
Last synced: 22 Jul 2026
https://github.com/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.
async backoff configuration distributed-systems dsl exponential-backoff failure-handling fault-tolerance fiber instrumentation jitter monitoring patterns reliability resilience retry ruby ruby-gem temporal timeout
Last synced: 01 Apr 2026
https://github.com/azu/exponential-backoff-generator
Exponential backoff generator. Provide robust retry function.
async exponential-backoff retry typescript
Last synced: 17 Aug 2025
https://github.com/yukimatsumura/rxbackoff
A Backoff (truncated binary exponential backoff algorithm etc) utility that can be used with RxJava2
android-library exponential-backoff kotlin retry-strategies rxjava2
Last synced: 28 Jan 2026
https://github.com/romainvialard/errorhandler
This is a library for Google Apps Script projects. It provides methods to perform an Exponential backoff logic whenever it is needed and rewrite error objects before sending them to Stackdriver Logging.
apps-script error-handling exponential-backoff google-apps-script
Last synced: 04 Jul 2025
https://github.com/go-playground/backoff
:bowtie: Backoff uses an exponential backoff algorithm to backoff between retries with optional auto-tuning functionality.
auto-tuning backoff exponential-backoff retry
Last synced: 05 May 2025
https://github.com/space-code/typhoon
Typhoon is a service for retry policies
exponential-backoff retry retry-strategies swift
Last synced: 14 Mar 2026
https://github.com/blackducksoftware/exponential-backoff-tool
Exponential Backoff for command line interface.
Last synced: 10 Apr 2025
https://github.com/patinthehat/backofflib
A PHP library that implements various backoff (delay) algorithms, such as exponential backoff.
algorithm backoff backoff-algorithms exponential-backoff php php-library
Last synced: 09 Apr 2025
https://github.com/kessler/exponential-backoff
Opinionated exponential backoff retry driver
exponential-backoff nodejs nodejs-modules npm-package
Last synced: 10 Apr 2025
https://github.com/khrj/p-retried
Retry a promise-returning or async function. Abstraction for exponential and custom retry strategies for failed operations
abstraction async deno exponential-backoff function port promise promise-await retry
Last synced: 18 Jan 2026
https://github.com/redgeoff/backoff-promise
An exponential backoff for promises
exponential-backoff js promises
Last synced: 25 Jul 2025
https://github.com/alexferl/justbackoff
Simple backoff algorithm in Python
backoff backoff-algorithm exponential-backoff
Last synced: 01 Aug 2025
https://github.com/aponysus/redress
Composable, low-overhead retry policies with pluggable classification, per-class backoff strategies, and structured observability hooks. Designed for services that need predictable retry behavior and clean integration with metrics/logging.
backoff backoff-library exponential-backoff fault-tolerance observability python reliability resilience resilient-system retry retry-library
Last synced: 06 Mar 2026
https://github.com/tjenkinson/exponential-rate-limit
A small library which handles decaying exponential backoff. This is useful if you want to start throttling something whilst it is going wrong, but recover once things start working again.
backoff decay delay exponential exponential-backoff retry typescript
Last synced: 23 Mar 2025
https://github.com/gotidy/retry
Retrier operations with different strategies
backoff exponential exponential-backoff generic generics go golang retry
Last synced: 15 May 2026
https://github.com/galihrivanto/runner
a simple wrapper for running operation
exponential-backoff process-wrapper
Last synced: 20 Jan 2026
https://github.com/matteosox/tubthumper
Python package of retry utilities named after the English anarcho-communist rock band Chumbawamba's 1997 hit Tubthumping
exponential-backoff jitter python retry
Last synced: 27 Jul 2025
https://github.com/nidal-bakir/exponential_back_off
Implementation of exponential backoff algorithm using pure dart
connection dart exponential-backoff flutter package pubdev
Last synced: 18 Apr 2026
https://github.com/andreasnicolaou/safe
A simple utility for handling synchronous and asynchronous errors without relying on try-catch blocks.
exponential-backoff retry-strategies try-catch utility-library
Last synced: 21 Apr 2026
https://github.com/khrj/retried
Deno/ES6+/TypeScript rewrite of https://www.npmjs.com/package/retry
abstract deno exponential-backoff module port retry typescript
Last synced: 02 May 2026
https://github.com/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.
backoff backoff-strategy exponential-backoff http monads rails ruby
Last synced: 08 Oct 2025
https://github.com/soroushj/gosyphus
Retries with exponential backoff in Go
backoff exponential-backoff go-module golang-module
Last synced: 08 Apr 2025
https://github.com/abursavich/retry
Package retry provides backoff algorithms for retryable processes.
backoff exponential-backoff golang retry
Last synced: 23 Feb 2026
https://github.com/bootcamptoprod/spring-boot-retry
A simple app highlighting how we can implement retry mechanism in Spring Boot
exponential-backoff resilience resiliency retry-mechanism spring spring-boot spring-retry
Last synced: 07 May 2026
https://github.com/codesoap/backoff
A most simple and flexible exponential backoff implementation for Go
error-handling exponential-backoff minimal rate-limiting
Last synced: 15 Jul 2026
https://github.com/vvatanabe/goretryer
Retry exponential backoff algorithm in Go. Generalized HTTP Request retry logic in aws/aws-sdk-go.
exponential-backoff golang retry
Last synced: 16 Mar 2025
https://github.com/tensorush/zig-backoff
Zig implementation of exponential backoff algorithm.
back-off backoff backoff-algorithm backoff-algorithms backoff-strategy collision-avoidance exponential-backoff rate-limiting retry retry-strategies retrying zig zig-lib zig-library zig-package ziglang
Last synced: 15 Apr 2025
https://github.com/didrod205/fetchwise
Tiny zero-dependency resilient fetch — retries, exponential backoff, timeouts & Retry-After. ~1KB, works everywhere fetch does.
backoff exponential-backoff fetch fetch-retry http retries retry timeout typescript zero-dependency
Last synced: 16 Jun 2026
https://github.com/avtonom/delay-exponential-backoff-bundle
Exponential backoff to delay for Symfony2 bundle for PHP
backoff bundle delay exponential-backoff jitter job retry symfony2
Last synced: 18 Feb 2026
https://github.com/0-co/company
AI-operated company. Building agent-friend: universal tool adapter for AI agents. @tool → OpenAI, Claude, Gemini, MCP. Live 24/7 on Twitch.
agent-eval agent-friend agent-security ai-agent autonomous-ai building-in-public exponential-backoff human-in-the-loop interactive-cli llm-tools mcp-security open-startup personal-ai-agent python structured-logging twitch zero-dependencies
Last synced: 18 Mar 2026
https://github.com/arriqaaq/boomerang
Go-Http client with backoff/circuit breaker implemented
circuit-breaker exponential-backoff golang http-client hystrix jitter
Last synced: 20 Mar 2025
https://github.com/patinthehat/backoffv2
PHP library implementing various backoff alforithms such as exponential backoff.
algorithms backoff backoff-algorithms backoff-strategy composer-package exponential-backoff php
Last synced: 09 Jul 2025
https://github.com/hoangsonww/fastfetch-api-fetch-enhancer
⚡ FastFetch – An NPM package for a smarter fetch() wrapper with auto-retry, deduplication, and minimal boilerplate for efficient API requests. Stop redundant calls and handle failures seamlessly with built-in retry logic!
api api-fetch api-rest auto-retry axios cache deduplication exponential-backoff fast-fetch fetch fetch-api fetch-data frontend ghost-cache node-package-manager nodejs npm npm-package retry smart-api
Last synced: 11 May 2026
https://github.com/sha1n/about-time
A set of essential time related utilities
delay exponential-backoff retry sleep time timeout typescript utilities
Last synced: 02 Apr 2026
https://github.com/keshav-005/fastfetch-api-fetch-enhancer
⚡ FastFetch – An NPM package for a smarter fetch() wrapper with auto-retry, deduplication, and minimal boilerplate for efficient API requests. Stop redundant calls and handle failures seamlessly with built-in retry logic!
api-fetch auto-retry axios cache exponential-backoff fast-fetch fetch-api frontend ghost-cache node-package-manager nodejs npm retry smart-api
Last synced: 18 May 2026
https://github.com/mateothegreat/rxjs-exponential-backoff
🌀 Exponential backoff like a boss with rxjs.
backoff backoff-strategy exponential-backoff rxjs rxjs-examples
Last synced: 07 Feb 2026
https://github.com/space-code/network-layer
Network communication made easy.
async-await exponential-backoff network networking swift urlsession urlsessiondatatask
Last synced: 09 Jun 2026
https://github.com/palios-taey/claude-code-api-watchdog
Auto-recover Claude Code sessions stuck on transient API errors. Outer-loop watchdog for unattended tmux Claude Code with usage-limit discrimination, exponential backoff, and 10-retry cap. Single file, no third-party deps.
agent anthropic automation claude-code exponential-backoff python retry tmux unattended watchdog
Last synced: 26 May 2026
https://github.com/neabytelab/ollama-native
TypeScript client library for Ollama API with retry logic, timeout management, error handling, and validation.
abort-controller ai api api-client client exponential-backoff fetch http-client http-requests json-parsing llm nodejs ollama retry sdk timeout typescript typescript-library
Last synced: 20 Jan 2026
https://github.com/juniorvieira99/jr_writer
A component for a large logging system that deal with concurrency and connection pooling for file writing.
batch-processing concurrency connection-pooling context exponential-backoff file-management go golang io performance retry test-driven-development thread-pool thread-safe threading timeout writers
Last synced: 25 Mar 2025
https://github.com/alxibra/rtry
RabbitMQ retry queue handler with exponential backoff, jitter, and max-attempt control. Built with Go.
exponential-backoff golang rabbitmq retry-strategies
Last synced: 14 Jan 2026
https://github.com/stijnmoreels/fspolly
F# retry functionality inspired by the C# Polly package
circuit-broker exponential-backoff fsharp functional linear-backoff polling retry
Last synced: 04 Sep 2025
https://github.com/0xthierry/python-request-rate-limiter
Example of a rate limiter for the Python requests library.
exponential-backoff python requests retry
Last synced: 30 Mar 2025
https://github.com/iwstkhr/exp-backoff-counter
Exponential backoff counter using rxjs
counter exponential-backoff rxjs
Last synced: 21 Jun 2025