{% extends "rq_dashboard/base.html" %} {% block content %}

Queues

This list below contains all the registered queues with the number of jobs currently in the queue. Select a queue from above to view all jobs currently pending on the queue.

Queue Jobs
Loading...

Workers

This list below contains all the registered workers.

State Worker Queues
Loading...

Jobs on {{ queue.name }}

Empty Compact Requeue All This list below contains all the registered jobs on queue {{ queue.name }}, sorted by age (oldest on top).

Name Age Actions
Loading...
{% endblock %} {% block inline_js %} var POLL_INTERVAL = {{ poll_interval }}; {% include "rq_dashboard/dashboard.js" %} {% endblock %}