Repository navigation
retry-strategies
- Website
- Wikipedia
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 thread-safe manner. From version 6.0.1, Polly targets .NET Standard 1.1 and 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
Solidify your code and retry on petty exceptions
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 that API call at time of network error. Take a look and Feel free to Contribute.
A transient fault handling framework including such resiliency solutions as Retry, Timeout, Fallback, Rate Limit and Circuit Breaker.
A HTTP client in Golang.
Reverse proxy in rust, build on top of hyper
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.