{% 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 Queued jobs Deferred jobs Started jobs Finished jobs Failed jobs
Loading...
{% endblock %} {% block content_scripts %} {% include "rq_dashboard/scripts/queues.js" %} {% endblock%}