Repository navigation

#

retry-strategies

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+.

C#
13717
2 天前

Simple Elixir macros for linear retry, exponential backoff and wait with composable delays

Elixir
450
2 个月前

Lightweight Java library for retrying unreliable logic - DEPRECATED

Java
203
2 年前

A JavaScript library that makes it easier to retry functions that return a promise

TypeScript
193
1 年前

Polly.Contrib.WaitAndRetry is an extension library for Polly containing helper methods for a variety of wait-and-retry strategies.

C#
137
2 年前

Solidify your code and retry on petty exceptions

Ruby
51
5 年前

Configurable function result handler with persistency against failures.

PHP
36
10 年前

Simple retry mechanism for arbitrary function calls in Scala.

Scala
29
6 个月前

A Backoff (truncated binary exponential backoff algorithm etc) utility that can be used with RxJava2

Java
20
7 年前

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.

Java
19
7 年前

A transient fault handling framework including such resiliency solutions as Retry, Timeout, Fallback, Rate Limit and Circuit Breaker.

C#
18
4 年前

Reverse proxy in rust, build on top of hyper

Rust
11
2 年前

Typhoon is a service for retry policies

Swift
8
4 个月前

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.

Java
8
3 年前

A set of utility algorithms to retry operations, again and again.

Go
8
1 年前