django-rq-dashboard

Software Screenshot:
django-rq-dashboard
Software Details:
Version: 0.2
Upload Date: 20 Feb 15
Developer: -
Distribution Type: Freeware
Downloads: 7

Rating: nan/5 (Total Votes: 0)

RQ is a simple task queue for queuing and processing jobs.  django-rq-dashboard is a web frontend to monitor your RQ queues, jobs and workers in realtime from the Django admin.

It is very much inspired from the Flask-powered rq-dashboard.

Installation

- pip install django-rq-dashboard

- Add django_rq_dashboard to your INSTALLED_APPS

- Add the URL patterns in you URLconf:

 urlpatterns = patterns('',
 (r'^admin/rq/', include('django_rq_dashboard.urls')),
 # your own patterns follow…
 )


- (optional if non-default values) configure Redis access in your settings. Just define a dictionnary that can be used to construct a Redis object. All key are optional and their default values are:

 RQ = {
 'host': 'localhost',
 'port': 6379,
 'db': 0,
 'password': None,
 'socket_timeout': None,
 'connection_pool': None,
 'charset': 'utf-8',
 'errors': 'strict',
 'decode_responses': False,
 'unix_socket_path': None,
 }


- Run the development server, queue some jobs, fire off some workers and go watch http://localhost:8000/admin/rq/

Requirements:

  • Python
  • Django

Other Software of Developer -

django-le-twitter
django-le-twitter

11 May 15

KSambaPlugin
KSambaPlugin

3 Jun 15

lhs2tex
lhs2tex

20 Feb 15

DeuTex
DeuTex

2 Jun 15

Comments to django-rq-dashboard

Comments not found
Add Comment
Turn on images!