{% extends "rt_dashboard/base.html" %} {% block content %}
This list below contains all the registered queues with the number of tasks currently in the queue. Select a queue from above to view all tasks currently pending on the queue.
Queue | Tasks |
---|---|
Loading... |
No workers registered!
State | Worker | Queues |
---|---|---|
Loading... |
{% if queue.count() %} Empty {% elif not queue.name.startswith('[') %} Delete {% endif %} This list below contains all the registered tasks on queue {{ queue.name }}, sorted by age {% if queue.name.startswith('[') %} (newest on top). {% else %} (oldest on top). {% endif %}
Name | Age | Actions |
---|---|---|
Loading... |