https://github.com/pedrofurtado/circuit-breaker-ruby
Very simple Circuit breaker in Ruby. Just for fun.
https://github.com/pedrofurtado/circuit-breaker-ruby
Last synced: about 1 month ago
JSON representation
Very simple Circuit breaker in Ruby. Just for fun.
- Host: GitHub
- URL: https://github.com/pedrofurtado/circuit-breaker-ruby
- Owner: pedrofurtado
- Created: 2024-01-21T20:04:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-21T23:04:00.000Z (over 1 year ago)
- Last Synced: 2025-01-25T23:55:22.047Z (3 months ago)
- Language: Ruby
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Circuit Breaker in Ruby
Very simple Circuit Breaker in Ruby. Just for fun.
## Run demo in localhost
```bash
git clone https://github.com/pedrofurtado/circuit-breaker-ruby.git
cd circuit-breaker-ruby/
docker container run --rm --name circuit-breaker-ruby -v $(pwd):/app -w /app -it ruby:3.3.0-alpine3.18 ruby demo.rb
```