- Install Redis
- npm install kue --save
- Run kue ui in shell #1 -- node kue-ui.js
- Run producer in shell #2 to create items in the queue -- node producer.js
- Run consumer 1 in shell #3 to start processing the queue -- node consumer.js
- Run consumer 2 in shell #4 to add worker to the queue -- node consumer.js
- Open up the kue UI to watch -- http://localhost:3000/
- Stop the producer if it gets too big
- Open up redis-cli.exe and do a flushdb to get rid of the entire queue in DB 0