Python-Redis Asynchronous Queue

  1. start Redis docker container:

docker run --name python-redis -p 6379:6379 -d redis

  1. start worker:

rqworker &

  1. Run test class TestQueueSystem with nose or other test runner.

Dashboard

Monitor the item proceed by the queue and inspect DB:

rq-dashboard

Runs on http://0.0.0.0:9181