21 results for “topic:failure-handling”
Malformed servers to test your HTTP client
Circuit Breaker Pattern for PHP
A Cypress plugin to skip tests on first failure.
A Ruby gem that implements exponential backoff retry patterns with full jitter for distributed systems. Simple, focused, and built for Ruby 3.2+ with fiber-aware operations.
MIRROR of https://codeberg.org/catseye/Vinegar : A semi-concatenative language where every operation can fail
PSR-18 compliant Circuit Breaker wrapper
🔁 Retry fragile operations in case of failure with different delay strategies and the possibility to skip/terminate execution
Functional paradigm abstractions for .NET
Amazon Dynamo-style distributed key-value storage with partitioning, replication, and failure handling
An implementation of Byzantine Chain Replication for Distributed Systems
PHP library for dealing with reactions of actions
A tool for building predictable and reliable TypeScript programs.
Implemented a simpler version of Amazon Dynamo through an Android App, which can recovery messages lost whenever there is a failure.
A library that extends Quartz.NET to provide a seamless job retry mechanism on failures.
Circuit breaker pattern in PHP
Architecture showcase of a minimal runtime watchdog supervising a web-based kiosk application on unattended public machines
Group Messenger with Total and FIFO Ordering Guarantees
Replicated Key Value Storage on Android (Simplified version of Amazon Dynamo)
Sistema de estoque e faturamento em microserviços desenvolvido em Go e Angular, com foco em consistência de dados, concorrência segura e resiliência entre serviços. Implementa idempotência, retry com backoff, propagação de falhas e proteção contra concorrência em operações críticas, seguindo Clean Architecture em cada serviço.
A production-grade payment gateway built in Go that handles card payment operations with robust state management, automatic failure recovery, and guaranteed idempotency. This gateway integrates with a mock banking API and implements enterprise-level patterns for handling distributed system failures.
Undergraduate Thesis: A Spring Boot benchmark analyzing the Circuit Breaker (Resilience4j) pattern using k6 fault injection.