{% extends "rq_dashboard/base.html" %} {% block content %}
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... |
No workers registered!
{% 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... |