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

Queues (toggle)

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 (toggle)

No workers registered!

Jobs on {{ queue.name }}

{% if queue.name != 'failed' %} Empty Compact {% else %} Requeue All This list below contains all the registered jobs on queue {{ queue.name }}, sorted by age (oldest on top).

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