Skip to content

Added circuit breaker library #52

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Projects.md
Original file line number Diff line number Diff line change
Expand Up @@ -1151,6 +1151,7 @@ See also [SQLDrivers page](SQLDrivers).
* [atexit](https://bitbucket.org/tebeka/atexit) - Simple atexit library
* [bíogo](https://github.com/biogo/biogo) - Basic bioinformatics functions for the Go language.
* [Breaker](https://github.com/matttproud/golang_circuitbreaker) - Breaker enables graceful degraded mode operations by means of wrapping unreliable interservice interface points with circuit breaker primitives.
* [Circuit Breaker](https://github.com/gozephyr/cbreak) - cbreak is a lightweight, configurable, and thread-safe circuit breaker library for Golang. It helps prevent cascading failures and improves system resilience by managing request flow to failing services with precision and observability.
* [btcrpcclient](https://github.com/btcsuite/btcrpcclient) - A Websocket-enabled Bitcoin JSON-RPC client.
* [cast](https://github.com/spf13/cast) - Safe and easy casting from one type to another in Go
* [CGRates](https://github.com/cgrates/cgrates) - Rating system designed to be used in telecom carriers world
Expand Down