76 skills found · Page 1 of 3
litl / BackoffPython library providing function decorators for configurable backoff and retry
connor4312 / Cockatiel🐦 A resilience and fault-handling library. Supports Backoffs, Retries, Circuit Breakers, Timeouts, Bulkhead Isolation, and Fallbacks.
kamui / RetriableRetriable is an simple DSL to retry failed code blocks with randomized exponential backoff.
sethgrid / PesterGo (golang) http calls with retries and backoff
safwank / ElixirRetrySimple Elixir macros for linear retry, exponential backoff and wait with composable delays
lantins / Resque RetryA resque plugin; provides retry, delay and exponential backoff support for resque jobs.
ihrwein / BackoffExponential backoff and retry for Rust.
dbohdan / RecurRetry a command with exponential backoff and jitter (+ Starlark expressions)
stechstudio / BackoffPHP library providing retry functionality with multiple backoff strategies and jitter support
projectdiscovery / Retryablehttp GoPackage retryablehttp provides a familiar HTTP client interface with automatic retries and exponential backoff
jeffotoni / QuickIt is a route manager 100% using net/http, it is being born and is under development, it is intended to be fast and with high performance.
h2non / RiprovaVersatile async-friendly retry package with multiple backoff strategies
googleapis / Retry Request**THIS REPOSITORY AND PACKAGE WILL BE DEPRECATED IN JULY 2024** Retry a request with built-in exponential backoff.
ivarref / YoltqAn opinionated Datomic queue for building (more) reliable systems. Supports retries, backoff, ordering and more.
btubbs / PgqAn easy-to-use Postgres job queue library, for Go programs. Supports retries and exponential backoff.
matthewmueller / Try AgainGeneric, simple retry module with exponential backoff.
GavinJoyce / Ember Backoffexponential backoff and retry for rsvp.js promises
FreeRTOS / BackoffAlgorithmAlgorithm for calculating exponential backoff with jitter for network retry attempts.
cinar / ResileResile is an ergonomic, type-safe execution resilience and retry library for Go. Inspired by Python’s stamina, it features generic execution wrappers, AWS Full Jitter backoff, native Retry-After header support, and zero-dependency observability for distributed systems.
seuros / Chrono MachinesA 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.