- start Redis docker container:
docker run --name python-redis -p 6379:6379 -d redis
- start worker:
rqworker &
- Run test class TestQueueSystem with nose or other test runner.
Monitor the item proceed by the queue and inspect DB:
rq-dashboard
Runs on http://0.0.0.0:9181