rq-dashboard

Flask-based web front-end for monitoring RQ queues
Download

rq-dashboard Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Price:
  • FREE
  • Publisher Name:
  • Vincent Driessen
  • Publisher web site:
  • http://datafox.nl

rq-dashboard Tags


rq-dashboard Description

rq-dashboard is a lightweight, general purpose, Flask-based web front-end to monitor your RQ queues, jobs, and workers in realtime.Installing pip install rq-dashboardRunning the dashboardYou can either run the dashboard standalone, like this... rq-dashboard* Running on http://127.0.0.1:9181/* Restarting with reloader...Integrating the dashboard in your Flask app...or you can integrate the dashboard in your own Flask app, like this:from flask import Flaskfrom rq_dashboard import RQDashboardapp = Flask(__name__)RQDashboard(app)@app.route("/")def hello(): return "Hello World!"if __name__ == "__main__": app.run()This will register the dashboard on the /rq URL root in your Flask app. To use a different URL root, use the following:RQDashboard(app, url_prefix='/some/other/url')Maturity notesThe RQ dashboard is currently being developed and is in beta stage. It is currently not possible to run RQ dashboard against default (localhost) Redis connections. (Patches welcome).Product's homepage


rq-dashboard Related Software