Skip to content
#

circuit-breaker

Here are 27 public repositories matching this topic...

This poc is an example of how to implement a circuit breaker for avoiding wasting time and resource when a part of the system fail. A circuit breaker is a kind of protection for operation that are likely to fail. You avoid waiting on timeouts for the client, and a broken circuit avoids putting load on a struggling server. I made this POC using ...

  • Updated Dec 1, 2022
  • TypeScript

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.

  • Updated Oct 1, 2020
  • TypeScript

Improve this page

Add a description, image, and links to the circuit-breaker topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the circuit-breaker topic, visit your repo's landing page and select "manage topics."

Learn more