All Projects → retries → Similar Projects or Alternatives

69 Open source projects that are alternatives of or similar to retries

Tenacity
Retrying library for Python
Stars: ✭ 3,472 (+24700%)
Mutual labels:  retry, failure
waiter
Delayed iteration for polling and retries.
Stars: ✭ 17 (+21.43%)
Mutual labels:  retry, wait
Toxy
Hackable HTTP proxy for resiliency testing and simulated network conditions
Stars: ✭ 2,698 (+19171.43%)
Mutual labels:  retry, failure
java-retrying
java retry module, based on guava-retrying, support sync/async retry
Stars: ✭ 19 (+35.71%)
Mutual labels:  retry
Retry Axios
🦖 A super flexible interceptor for Axios that makes it easy to retry requests.
Stars: ✭ 296 (+2014.29%)
Mutual labels:  retry
Gollback
Go asynchronous simple function utilities, for managing execution of closures and callbacks
Stars: ✭ 55 (+292.86%)
Mutual labels:  retry
Safely
Safely is a Clojure's circuit-breaker library for handling retries in an elegant declarative way.
Stars: ✭ 152 (+985.71%)
Mutual labels:  retry
resilience4clj-circuitbreaker
Resilience4Clj circuit breaker lets you decorate a function call (usually with a potential of external failure) with a safety mechanism to interrupt the propagation of failures.
Stars: ✭ 40 (+185.71%)
Mutual labels:  retry
Gentleman
Full-featured, plugin-driven, extensible HTTP client toolkit for Go
Stars: ✭ 886 (+6228.57%)
Mutual labels:  retry
HTMLTestRunner cn
HTMLTestRunner 汉化版,同时支持python 2和3,增加截图展示功能,失败重试
Stars: ✭ 191 (+1264.29%)
Mutual labels:  retry
typescript-retry-decorator
lightweight typescript retry decorator with 0 dependency.
Stars: ✭ 50 (+257.14%)
Mutual labels:  retry
Retry
because you should never give up, at least not on the first try
Stars: ✭ 303 (+2064.29%)
Mutual labels:  retry
Guzzle retry middleware
Middleware for Guzzle v6+ that automatically retries HTTP requests on 429, 503 responses.
Stars: ✭ 90 (+542.86%)
Mutual labels:  retry
Flutter advanced networkimage
flutter advanced network image provider
Stars: ✭ 282 (+1914.29%)
Mutual labels:  retry
Rehttp
Package rehttp implements a Go HTTP transport that handles retries.
Stars: ✭ 170 (+1114.29%)
Mutual labels:  retry
sisyphus
The java retry framework.(支持注解的 java 重试框架)
Stars: ✭ 126 (+800%)
Mutual labels:  retry
Routine
go routine control, abstraction of the Main and some useful Executors.如果你不会管理Goroutine的话,用它
Stars: ✭ 40 (+185.71%)
Mutual labels:  retry
retry
Simple and easy retry mechanism package for Go
Stars: ✭ 54 (+285.71%)
Mutual labels:  retry
Afnetworking Retrypolicy
Nice category that adds the ability to set the retry interval, retry count and progressiveness.
Stars: ✭ 197 (+1307.14%)
Mutual labels:  retry
retrygroup
Package retrygroup provides synchronization, Context cancelation for groups of retry goroutines working on subtasks of a common task.
Stars: ✭ 18 (+28.57%)
Mutual labels:  retry
Resilience4j
Resilience4j is a fault tolerance library designed for Java8 and functional programming
Stars: ✭ 7,521 (+53621.43%)
Mutual labels:  retry
View Load Retry
这个加载框架有点不一样,针对View进行加载,加载页面还保持了原View的属性,侧重点在灵活,哪里需要加载哪里,加载状态页面完全自定义,无任何限制,针对加载结果可以按需配置对应页面,LeakCanary检测无内存泄漏
Stars: ✭ 119 (+750%)
Mutual labels:  retry
jest-retry
Jest retry pattern for flaky E2E tests
Stars: ✭ 36 (+157.14%)
Mutual labels:  retry
Reattempt
🤞 Give your functions another chance
Stars: ✭ 570 (+3971.43%)
Mutual labels:  retry
View-Load-ReTry
这个加载框架有点不一样,针对View进行加载,加载页面还保持了原View的属性,侧重点在灵活,哪里需要加载哪里,加载状态页面完全自定义,无任何限制,针对加载结果可以按需配置对应页面,LeakCanary检测无内存泄漏
Stars: ✭ 116 (+728.57%)
Mutual labels:  retry
wait-until
A zero dependency Bash script that waits until a command of your choosing has run successfully.
Stars: ✭ 42 (+200%)
Mutual labels:  wait
Elixirretry
Simple Elixir macros for linear retry, exponential backoff and wait with composable delays
Stars: ✭ 314 (+2142.86%)
Mutual labels:  retry
Job
JOB, make your short-term command as a long-term job. 将命令行规划成任务的工具
Stars: ✭ 98 (+600%)
Mutual labels:  retry
Retry
♻️ The most advanced interruptible mechanism to perform actions repetitively until successful.
Stars: ✭ 294 (+2000%)
Mutual labels:  retry
Resilient.js
Fault tolerant and reactive HTTP client for node.js and browsers
Stars: ✭ 172 (+1128.57%)
Mutual labels:  retry
Async Retry
Retrying made simple, easy and async
Stars: ✭ 1,262 (+8914.29%)
Mutual labels:  retry
Resty
Simple HTTP and REST client library for Go
Stars: ✭ 5,368 (+38242.86%)
Mutual labels:  retry
wtfc
WaiT For the Command (wtfc)
Stars: ✭ 26 (+85.71%)
Mutual labels:  wait
Mug
A small Java 8 util library, complementary to Guava (BiStream, Substring, MoreStreams, Parallelizer).
Stars: ✭ 236 (+1585.71%)
Mutual labels:  retry
awsretry
Decorate your AWS Boto3 Calls with AWSRetry.backoff(). This will allows your calls to get around the AWS Eventual Consistency Errors.
Stars: ✭ 42 (+200%)
Mutual labels:  retry
Batchman
This library for Android will take any set of events and batch them up before sending it to the server. It also supports persisting the events on disk so that no event gets lost because of an app crash. Typically used for developing any in-house analytics sdk where you have to make a single api call to push events to the server but you want to optimize the calls so that the api call happens only once per x events, or say once per x minutes. It also supports exponential backoff in case of network failures
Stars: ✭ 50 (+257.14%)
Mutual labels:  retry
perseverance
Make your functions 💪 resilient and 🚥 fail-fast to 💩 failures or ⌚ delays
Stars: ✭ 12 (-14.29%)
Mutual labels:  retry
Kotlin Retry
A higher-order function for retrying operations that may fail.
Stars: ✭ 159 (+1035.71%)
Mutual labels:  retry
re-retrying
A Java library to allow for the creation of configurable retrying strategies for an arbitrary function call, such as something that communicates with a remote service with flaky uptime.
Stars: ✭ 36 (+157.14%)
Mutual labels:  retry
Octopoller.rb
A micro gem for polling and retrying. Perfect for making repeating requests.
Stars: ✭ 30 (+114.29%)
Mutual labels:  retry
backoff
PHP library providing retry functionality with multiple backoff strategies and jitter support
Stars: ✭ 132 (+842.86%)
Mutual labels:  retry
await
28Kb, small memory footprint, single binary that run list of commands in parallel and waits for their termination
Stars: ✭ 73 (+421.43%)
Mutual labels:  wait
retryx
Promise-based retry workflow library.
Stars: ✭ 21 (+50%)
Mutual labels:  retry
Luffy
Luffy is a simple resilience and transient-fault handling library
Stars: ✭ 19 (+35.71%)
Mutual labels:  retry
java-sdk
一些常用的java sdk和工具类(日期工具类,分布式锁,redis缓存,二叉树,反射工具类,线程池,对称/非对称/分段加解密,json序列化,http工具,雪花算法,字符串相似度,集合操作工具,xml解析,重试Retry工具类,Jvm监控等)
Stars: ✭ 26 (+85.71%)
Mutual labels:  retry
Toolkit
Collection of useful patterns
Stars: ✭ 137 (+878.57%)
Mutual labels:  retry
php-backoff
Simple back off / retry functionality
Stars: ✭ 24 (+71.43%)
Mutual labels:  retry
Stateview
✨ StateView is an invisible, zero-sized View that can be used to lazily inflate loadingView/emptyView/retryView at runtime.
Stars: ✭ 573 (+3992.86%)
Mutual labels:  retry
request-on-steroids
An HTTP client ✨ with retry, circuit-breaker and tor support 📦 out-of-the-box
Stars: ✭ 19 (+35.71%)
Mutual labels:  retry
Retry4j
Lightweight Java library for retrying unreliable logic
Stars: ✭ 179 (+1178.57%)
Mutual labels:  retry
pscale-workflow-helper-scripts
Workflows and helper scripts around the PlanetScale DB workflow to automate database branch creation, association, update and merge directly out of your pull/merge request or favourite CI/CD.
Stars: ✭ 42 (+200%)
Mutual labels:  wait
Retry Go
Simple golang library for retry mechanism
Stars: ✭ 452 (+3128.57%)
Mutual labels:  retry
wait-for
./wait-for is a script to wait for another service to become available.
Stars: ✭ 1,618 (+11457.14%)
Mutual labels:  wait
Backoff
Python library providing function decorators for configurable backoff and retry
Stars: ✭ 1,670 (+11828.57%)
Mutual labels:  retry
esa-httpclient
An asynchronous event-driven HTTP client based on netty.
Stars: ✭ 82 (+485.71%)
Mutual labels:  retry
Retry
A simple, stateless, functional mechanism to perform actions repetitively until successful.
Stars: ✭ 406 (+2800%)
Mutual labels:  retry
Toast
To use it in PCL or .NetStandard projects write this line of code : CrossToastPopUp.Current.ShowToastMessage("Message");
Stars: ✭ 51 (+264.29%)
Mutual labels:  failure
Loadmorewrapper
📦 make recyclerView supports load more and customize the footer view, without changes to the original adater of recyclerView. 在不改动 RecyclerView 原有的 adapter 的情况下,使 RecyclerView 滑动到底部的时候能够加载更多和自定义底部视图。
Stars: ✭ 179 (+1178.57%)
Mutual labels:  retry
Riprova
Versatile async-friendly library to retry failed operations with configurable backoff strategies
Stars: ✭ 106 (+657.14%)
Mutual labels:  retry
Failsafe
Fault tolerance and resilience patterns for the JVM
Stars: ✭ 3,541 (+25192.86%)
Mutual labels:  retry
1-60 of 69 similar projects