https://github.com/billglover/breaker
A basic circuit breaker implementation
https://github.com/billglover/breaker
100daysofcode circuit-breaker golang golang-package
Last synced: 5 months ago
JSON representation
A basic circuit breaker implementation
- Host: GitHub
- URL: https://github.com/billglover/breaker
- Owner: billglover
- License: mit
- Created: 2017-09-18T22:01:45.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-05T21:15:44.000Z (over 8 years ago)
- Last Synced: 2025-09-14T13:07:13.816Z (9 months ago)
- Topics: 100daysofcode, circuit-breaker, golang, golang-package
- Language: Go
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Circuit Breaker
A basic circuit breaker implementation