Skip to main content

Django-rq-dashboard

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 looks like this:

http://cloud.github.com/downloads/brutasse/django-rq-dashboard/stats.png

See also screenshots of the Worker, Queue and Job pages.

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/

Release files for django-rq-dashboard 0.3.3

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for django-rq-dashboard 0.3.3
File Size Uploaded
django-rq-dashboard-0.3.3.tar.gz 46.5 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for django-rq-dashboard 0.3.3
File Interpreter ABI Platform
django_rq_dashboard-0.3.3-py2.py3-none-any.whl Python 2, Python 3 none any Details

Total release size: 97.8 kB

Release files / django-rq-dashboard-0.3.3.tar.gz

Download URL django-rq-dashboard-0.3.3.tar.gz
Size 46.5 kB
Tags Source
SHA-256 checksum
How to use checksums
b164905c9bd0fb317caffd1b89ab4ad39d7b4491ad25d413c57de8e5696101eb
BLAKE2b-256 checksum
How to use checksums
76f7c58b7b0fe3bd4e0ef43500358cfe20fdc1e8fc5e544055d07e5692b3e057
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release files / django_rq_dashboard-0.3.3-py2.py3-none-any.whl

Download URL django_rq_dashboard-0.3.3-py2.py3-none-any.whl
Size 51.3 kB
Tags Python 2 Python 3
SHA-256 checksum
How to use checksums
0911a9942c7f4877fd5e1b13fedd20c30fe7aa5b9c791721f987a86154ad37d4
BLAKE2b-256 checksum
How to use checksums
746301fa425fa5380abbda9c3d68bcc45c7a4ab0f6527fac9768de0bd67dea9a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release history Release notifications | RSS feed

This release

0.3.3 This release

2 release files

0.3.2

2 release files

0.3.1

2 release files

0.3.0

2 release files

0.2.9

2 release files

0.2.8

2 release files

0.2.7

2 release files

0.2.6

2 release files

0.2.5

2 release files

0.2.4

2 release files

0.2.3

2 release files

0.2.2

2 release files

0.2.1

2 release files

0.2

2 release files

0.1

1 release file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page