Polly 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 thr...
翻译 - Polly是一个.NET弹性和瞬态故障处理库,允许开发人员以流畅和线程安全的方式表示重试,断路器,超时,隔离头和回退等策略。从6.0.1版开始,Polly面向.NET Standard 1.1和2.0+。
Simple Elixir macros for linear retry, exponential backoff and wait with composable delays
Lightweight Java library for retrying unreliable logic - DEPRECATED
A JavaScript library that makes it easier to retry functions that return a promise
Polly.Contrib.WaitAndRetry is an extension library for Polly containing helper methods for a variety of wait-and-retry strategies.
Kafka Flow Retry Patterns Extensions
An exponential backoff library for Kotlin
Configurable function result handler with persistency against failures.
Simple retry mechanism for arbitrary function calls in Scala.
A Backoff (truncated binary exponential backoff algorithm etc) utility that can be used with RxJava2
Enterprise Library - Transient Fault Handling Application Block for modern .NET with improvement.
#安卓#Some times because of Server problem we are facing A Network Fluctuatuion while calling the API. To resolve that problem I've made a Simple lightweight library which provides Functionality to Retry th...
A transient fault handling framework including such resiliency solutions as Retry, Timeout, Fallback, Rate Limit and Circuit Breaker.
A HTTP client in Golang.
Este projeto apresenta uma implementação de demonstração sobre como poderíamos utilizar mecanismos de retry e DLQ numa arquitetura event driven, utilizando-se do Apache Kafka, Vertx e RxJava.
A set of utility algorithms to retry operations, again and again.