https://github.com/csabapalfi/warren-demo
🐇 RabbitMQ warren demo
https://github.com/csabapalfi/warren-demo
demo rabbitmq warren
Last synced: 2 months ago
JSON representation
🐇 RabbitMQ warren demo
- Host: GitHub
- URL: https://github.com/csabapalfi/warren-demo
- Owner: csabapalfi
- Created: 2015-11-30T15:49:15.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-30T15:53:27.000Z (over 9 years ago)
- Last Synced: 2025-01-25T14:21:39.821Z (4 months ago)
- Topics: demo, rabbitmq, warren
- Language: JavaScript
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# warren demo
A quick demo for the [warren](https://www.npmjs.com/package/warren) module from [trainline](https://www.thetrainline.com/).
```sh
npm install
docker-compose up -d
npm start
# let's kill some rabbits
docker-compose stop rabbitmq1
# then restore them
docker-compose up -d
# keep stopping/killing and restarting
# and watch warren recovering
```