85 results for “topic:exponential-backoff”
Simple Elixir macros for linear retry, exponential backoff and wait with composable delays
Safely is a Clojure's circuit-breaker library for handling retries in an elegant declarative way.
A JavaScript library that makes it easier to retry functions that return a promise
Retries in Swift with sensible defaults and powerful flexibility.
♻️ Run commands with exponential backoff 📈
Go implementation of different backoff strategies useful for retrying operations and heartbeating.
Typhoon is a lightweight library for handling task retries with customizable policies.
A micro gem for polling and retrying. Perfect for making repeating requests.
An exponential backoff library for Kotlin
Failure-policy primitives for Python services. redress coordinates retries, circuit breaking, and stop conditions as explicit, bounded responses to classified failure, with enforced limits and observability.
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.
Exponential backoff generator. Provide robust retry function.
A Backoff (truncated binary exponential backoff algorithm etc) utility that can be used with RxJava2
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.
:bowtie: Backoff uses an exponential backoff algorithm to backoff between retries with optional auto-tuning functionality.
An EasyNetQ handler runner component which wraps consumer function invocation in a Polly policy
⚡ 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!
Implementation of exponential backoff for nim.
🪨 Rock-solid, concise and thorough library to retry and repeat `async throws` jobs.
A PHP library that implements various backoff (delay) algorithms, such as exponential backoff.
Exponential Backoff for command line interface.
Attempt is a Laravel package provides a fluent, composable retry/fallback system for Laravel applications. It treats error handling as a first-class pipeline concern, supporting closures, invokable classes, class pipelines, and seamless integration with Laravel’s native Pipeline.
Adding retries to Requests.get() with exponential backoff
Opinionated exponential backoff retry driver
Discord Message Forwarder Pro – Relay messages across servers/channels instantly. Auto CDN upload, watermark, role mapping, word filter, public channel access, smart rate limiting, live dashboard. Python-based. Zero delays. ⚡
A flexible RxJS operator for polling with advanced timing and retry strategies
A redis cache library, with producer resilience easily configurable
An exponential backoff for promises
Retry a promise-returning or async function. Abstraction for exponential and custom retry strategies for failed operations
Simple backoff algorithm in Python