ronaldgrn / heroku-rq-dashboard

A deploy-ready app for viewing RQ queues

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

heroku-rq-dashboard

A deploy-ready app using Flask + rq_dashboard for monitoring RQ queues, jobs and workers.

Uses python-decouple for Heroku/Flynn env compatibility.

How to use

Heroku/Flynn

Set REDIS_URL environment variable as normal via interface/api

Other

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

Security

rq_dashboard is able to modify the redis database so secure app as necessary

About

A deploy-ready app for viewing RQ queues

License:MIT License


Languages

Language:Python 100.0%