1,002 skills found · Page 1 of 34
App-vNext / PollyPolly is a .NET resilience and transient-fault-handling library that allows developers to express policies such as Retry, Circuit Breaker, Timeout, Bulkhead Isolation, and Fallback in a fluent and thread-safe manner. From version 6.0.1, Polly targets .NET Standard 1.1 and 2.0+.
jiji262 / Douyin DownloaderA practical Douyin downloader for both single-item and profile batch downloads, with progress display, retries, SQLite deduplication, and browser fallback support. 抖音批量下载工具,去水印,支持视频、图集、合集、音乐(原声)。免费!免费!免费!
grpc-ecosystem / Go Grpc MiddlewareGolang gRPC Middlewares: interceptor chaining, auth, logging, retries and more.
breejs / BreeBree is a Node.js and JavaScript job task scheduler with worker threads, cron, Date, and human syntax. Built for @ladjs, @forwardemail, @spamscanner, @cabinjs.
avast / Retry GoSimple golang library for retry mechanism
gojek / HeimdallAn enhanced HTTP client for Go
litl / BackoffPython library providing function decorators for configurable backoff and retry
softonic / Axios RetryAxios plugin that intercepts failed requests and retries them whenever possible
ReactKit / SwiftTaskPromise + progress + pause + cancel + retry for Swift.
rholder / RetryingRetrying is an Apache 2.0 licensed general-purpose retrying library, written in Python, to simplify the task of adding retry behavior to just about anything.
connor4312 / Cockatiel🐦 A resilience and fault-handling library. Supports Backoffs, Retries, Circuit Breakers, Timeouts, Bulkhead Isolation, and Fallbacks.
AttoJS / Vue Request⚡️ This is a library that can easily help you manage request states, supporting common features such as SWR, polling, error retry, caching, and pagination, etc. ⚡️ 这是一个能够轻松帮助你管理请求状态的库,支持 SWR、轮询、错误重试、缓存、分页等常用功能。
hynek / StaminaProduction-grade retries for Python
tim-kos / Node RetryAbstraction for exponential and custom retry strategies for failed operations.
diegosouzapw / OmniRouteOmniRoute is an AI gateway for multi-provider LLMs: an OpenAI-compatible endpoint with smart routing, load balancing, retries, and fallbacks. Add policies, rate limits, caching, and observability for reliable, cost-aware inference.
Xuanwo / BackonMake retry like a built-in feature provided by Rust.
sindresorhus / P RetryRetry a promise-returning or async function
kamui / RetriableRetriable is an simple DSL to retry failed code blocks with randomized exponential backoff.
kuitos / Axios Extensions🍱 axios extensions lib, including throttle, cache, retry features etc...
intsmaze / Flink Boot懒松鼠Flink-Boot 脚手架让Flink全面拥抱Spring生态体系,使得开发者可以以Java WEB开发模式开发出分布式运行的流处理程序,懒松鼠让跨界变得更加简单。懒松鼠旨在让开发者以更底上手成本(不需要理解分布式计算的理论知识和Flink框架的细节)便可以快速编写业务代码实现。为了进一步提升开发者使用懒松鼠脚手架开发大型项目的敏捷的度,该脚手架默认集成Spring框架进行Bean管理,同时将微服务以及WEB开发领域中经常用到的框架集成进来,进一步提升开发速度。比如集成Mybatis ORM框架,Hibernate Validator校验框架,Spring Retry重试框架等,具体见下面的脚手架特性。