GitHub topics: fault-handling
genesys/mollitia
JavaScript Resilience Library
Language: TypeScript - Size: 8.58 MB - Last synced at: 1 day ago - Pushed at: about 1 month ago - Stars: 57 - Forks: 7

connor4312/cockatiel
🐦 A resilience and fault-handling library. Supports Backoffs, Retries, Circuit Breakers, Timeouts, Bulkhead Isolation, and Fallbacks.
Language: TypeScript - Size: 864 KB - Last synced at: 19 days ago - Pushed at: 3 months ago - Stars: 1,654 - Forks: 54

Diplomatiq/resily
Resily is a TypeScript resilience and transient-fault-handling library that allows developers to express policies such as Retry, Fallback, Circuit Breaker, Timeout, Bulkhead Isolation, and Cache. Inspired by App-vNext/Polly.
Language: TypeScript - Size: 809 KB - Last synced at: 4 days ago - Pushed at: over 2 years ago - Stars: 7 - Forks: 0

kathleenwest/ServiceErrorHandlerDemo
Simple Service Error Handler – A Demo of a WCF Self-Hosted Service & Client "Tester" Windows Form Application Exchanging Error Messages : This project presents a simple Math Service and Client Application demonstration that implements error handling on the service and communications of its errors to the client. The Math Service is a self-hosted (service host) WCF application launched and managed with a simple console interface. The client “tester” has a simplified GUI user interface to quickly demo and test the service (Windows Form Application). The GUI has features to add, subtract, multiply, and divide two numbers (integers). The GUI does basic data validation then sends a request to the math service. After it receives the results from the math service, it displays the calculation result or any received error messages (faults) to the user. The objective of this project was not to demo a calculator application but the handling of errors on a service.
Language: C# - Size: 7.64 MB - Last synced at: about 2 months ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 1
