73 results for “topic: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+.
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
Typhoon is a lightweight library for handling task retries with customizable policies.
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
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.
Enterprise Library - Transient Fault Handling Application Block for modern .NET with improvement.
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
Job scheduler where every retry tells you exactly why it happened. Explicit retry modeling for learning distributed systems.
No description provided.
Kotlin Multiplatform fault-tolerance library with Ktor integration
A set of utility algorithms to retry operations, again and again.
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.
Retry policies for network requests in swift DispatchTimeInterval to Duration swift retry swift Retry strategies library Retry policies for network requests Retry strategies for API calls Configurable retry strategies for REST Exponential backoff algorithm
DEPRECATED - A .NET library that makes it easy to use WCF clients/channels and prevent memory and connection leaks by automatically correctly performing the close/abort pattern.
A generic retry package for Python.
Road7 is an advanced HTTP proxy server designed to handle a variety of scenarios, including retries, circuit breaking, rate limiting, request/response transformations, and caching.
Attempt is a lightweight component provides declarative retry support for applications, not only but a polling strategy. With Attempt, you can easily poll for something with retry functionality. Non-spring and lightweight applications are friendly for a fewer dependencies.
for retrying functions in Go
A Fetch wrapper with retry strategies
PollyScript is a JavaScript 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. PollyScript is a port of the Polly library from .NET.