Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/csabapalfi/warren-demo

🐇 RabbitMQ warren demo
https://github.com/csabapalfi/warren-demo

demo rabbitmq warren

Last synced: 24 days ago
JSON representation

🐇 RabbitMQ warren demo

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
```