retry topic

List retry repositories

retry

65
Stars
6
Forks
Watchers

Simple and easy retry mechanism package for Go

awsretry

45
Stars
21
Forks
Watchers

Decorate your AWS Boto3 Calls with AWSRetry.backoff(). This will allows your calls to get around the AWS Eventual Consistency Errors.

retryx

21
Stars
0
Forks
Watchers

Promise-based retry workflow library.

resilience4j

19
Stars
33
Forks
Watchers

Resilience4j - Circuit breaker, bulkhead, rate limiter, retry, application monitoring with prometheus, grafana

Luffy

22
Stars
8
Forks
Watchers

Luffy is a simple resilience and transient-fault handling library

java-sdk

32
Stars
21
Forks
Watchers

一些常用的java sdk和工具类(日期工具类,分布式锁,redis缓存,二叉树,反射工具类,线程池,对称/非对称/分段加解密,json序列化,http工具,雪花算法,字符串相似度,集合操作工具,xml解析,重试Retry工具类,J...

retry

47
Stars
2
Forks
Watchers

Configurable Go retry package, which invokes flaky functions until they succeed.

scala-retry

29
Stars
5
Forks
Watchers

Simple retry mechanism for arbitrary function calls in Scala.

re-retrying

36
Stars
6
Forks
Watchers

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.

axios-retry-interceptor

18
Stars
8
Forks
Watchers

Configurable Axios Interceptor to retry failed http calls.