retry-pattern
There are 74 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.
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.
swiftuiux/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
morilog/retry
Retry is a golang pure package implements the retry-pattern to retry failures until certain attempts in certain time.
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.
BootcampToProd/spring-boot-resilience4j-retry
A simple app highlighting how we can implement retry mechanism using Resilience4j in Spring Boot
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.
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.
rizanw/go-retry
go package for retry mechanism
Tarak-Chandra-Sarkar/CloudDesignPatterns
Explore Cloud Design Patterns specially in Microsoft Azure
amirdoosti6060/CircuitBreaker
Sample for Circuit Breaker, Retry and Timeout design patterns
DAKLabb/retry
This is an example implementation of a workflow retry methodology
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.
eduardNeagoe/currency-exchange-conversion-microservices-spring
Scalable Microservices App with Spring Cloud and Docker
iamsurajitmishra/Scalable-Microservices-Spring-Cloud
SpringBlooms: A Microservices Garden with Spring Cloud (evokes growth and microservices)
jeffreysSharp/aspnet-core-enterprise-application
ASPNET Core Enterprise Application - ASP.NET Core 8 + Bootstrap 5.3+ DDD + Identity + JWT + CQRS + FluentValidation + Command e CommandHandler
kolan72/PoliNorError.Extensions.Http
The library provides an outgoing request resiliency pipeline for HttpClient, using policies from the PoliNorError library.
lapozzo/aws-lambda-resilience-example
Simple aws lambda resilience implementation - DLQ and Circuit Breaker
rtpuja/kafka-retry-springboot
Retry for Failed Kafka Messages (Spring Boot) When a Kafka consumer fails to process a message (e.g., due to an exception), Spring Kafka allows automatic retry and optionally sending the failed message to a Dead Letter Topic (DLT) after all retry attempts are exhausted.
SeaSBee/go-patternx
Production-ready Go library with 8 essential design patterns: Bloom Filter, Bulkhead, Circuit Breaker, Dead Letter Queue, Pub/Sub, Redlock, Retry, and Worker Pool. Enterprise-grade with security hardening, comprehensive testing, and performance optimization.
swiftuiux/retry-policy-service-example
Example for retry service provides policy for how often some operation should happen with the timeout limit