A deploy-ready app using Flask + rq_dashboard for monitoring RQ queues, jobs and workers.
Uses python-decouple for Heroku/Flynn env compatibility.
Set REDIS_URL
environment variable as normal via interface/api
As specified in python-decouple, create an .env file in the root folder and use the following template
REDIS_URL=redis://name:password@host:port
rq_dashboard is able to modify the redis database so secure app as necessary