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

Queues

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...

Workers

No workers registered!

State Worker Queues
Loading...

Tasks on {{ queue.name }}

{% 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...
{% endblock %} {% block inline_js %} var POLL_INTERVAL = {{ poll_interval }}; document.addEventListener("DOMContentLoaded", function(){ {% include "rt_dashboard/dashboard.js" with context %} }); {% endblock %}