retry-pattern
There are 59 repositories under retry-pattern topic.
Polly-Contrib/Polly.Contrib.WaitAndRetry
Polly.Contrib.WaitAndRetry is an extension library for Polly containing helper methods for a variety of wait-and-retry strategies.
hipjim/scala-retry
Simple retry mechanism for arbitrary function calls in Scala.
vany0114/resilience-strategy-with-polly
Proposes a way to build resilience strategies using Polly and an easy and cool way to consume it using the builder pattern.
GokGokalp/Luffy
Luffy is a simple resilience and transient-fault handling library
Dixin/EnterpriseLibrary.TransientFaultHandling.Core
Enterprise Library - Transient Fault Handling Application Block for modern .NET with improvement.
rbrahul/retry
An essential retry-operation related library for Golang to build fault-tolerant system.
Deeptiman/grpc-connection-library
grpc-connection-library that supports the gRPC client-server connection interface for the developers to use as a gRPC middleware in the application.
restaurant-cheetah/take2
Easily define Take2 🎬 to retry API calls, methods, or just a block of code.
morilog/retry
Retry is a golang pure package implements the retry-pattern to retry failures until certain attempts in certain time.
cihatsolak/net7-microservice-design-patterns
This Github repository contains code samples, documentation, and resources covering patterns such as Saga Choreography, Orchestration, Event Sourcing, and Resiliency. It is a resource to help application developers build flexible and resilient systems in complex scenarios.
igor11191708/retry-policy-service
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
alexanderywang/tfjs-transfer-learning-image-classifier
React + TensorFlow.js Transfer Learning Image Classifier + Google Translate + Google Text-To-Speech
bilalislam/rabbitmq-retry-mechanism
simple rabbitmq retry mechanism with ttl + dead lettering
pepperkit/retry
This is a free, simple retry library for Java - is pure implementation without any dependency. It helps you transparently retry failed operations.
Mijonic/smart-energy
Electric Power Distribution Work Management System
mostafa-asg/retry
Don't give up, at least at first attempt!
bnsd55/RetryCatch
A retry catch mechanism that provides a synchronous and asynchronous running, using Java 8.
damnever/resilience-go
Resilience patterns.
gabriel-rcpereira/resilience
Repository created to apply CircuitBreaker and Retry patterns using Resilience4J.
IlicMiljan/Retry-Master
RetryMaster is a flexible and extensible PHP library for handling operation retries.
Tarak-Chandra-Sarkar/CloudDesignPatterns
Explore Cloud Design Patterns specially in Microsoft Azure
BootcampToProd/spring-boot-resilience4j-retry
A simple app highlighting how we can implement retry mechanism using Resilience4j in Spring Boot
davidwartell/go-mongo-manager
Golang library for managing MongoDB connections, indexes, and heartbeat for clients. Index as code. Dirty write handling. Retry handling for E11000 duplicate key errors.
dogaanismail/eCommerceOnContainer
About Cross-platform .NET sample microservices and container based application that runs on Linux Windows and macOS. Powered by .NET 6, Docker Containers and Azure Kubernetes Services. Supports Visual Studio, VS for Mac and CLI based environments with Docker CLI, dotnet CLI, VS Code or any other code editor.
eduardNeagoe/currency-exchange-conversion-microservices-spring
Scalable Microservices App with Spring Cloud and Docker
hedza06/spring-boot-retry
Demonstration of Spring Boot Retry Mechanism
iamsurajitmishra/Scalable-Microservices-Spring-Cloud
SpringBlooms: A Microservices Garden with Spring Cloud (evokes growth and microservices)
igor11191708/retry-policy-service-example
Example for retry service provides policy for how often some operation should happen with the timeout limit
itqpleyva/SpringBootRetryPattern
Example of Retry Pattern based on Spring Boot
kolan72/PoliNorError
PoliNorError is a library that provides error handling capabilities through Retry and Fallback policies. The library has a specific focus on handling potential exceptions within the catch block and offers various configuration options.
lapozzo/aws-lambda-resilience-example
Simple aws lambda resilience implementation - DLQ and Circuit Breaker
thiyagu06/retry4k
resilience and fault tolerance library written in kotlin.
yveskaufmann/retry
Utility for retrying promise based operation on certain situations.
jeffreysSharp/aspnet-core-enterprise-application
ASPNET Core Enterprise Application - ASP.NET Core 8 + Bootstrap 5.3+ DDD + Identity + JWT + CQRS + FluentValidation + Command e CommandHandler
tienhuynh-tn/circuit-breaker-using-resilience4j-implementation
[Udemy] Circuit Breaker Pattern using Resilience4J