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

RQ Instances

Select below the RQ instance that you want to observe.

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

Workers

No workers registered!

State Worker Queues
Loading...

Jobs on {{ queue.name }}

Empty Compact Requeue All This list below contains all the registered jobs on queue {{ queue.name }}, sorted by age (oldest on top).

Name Age Actions
Loading...
{%- set url = request.args.get("url") -%}

{{'Back' if url else 'Home'}}

{% endblock %} {% block inline_js %} var POLL_INTERVAL = {{ poll_interval }}; {% include "rq_dashboard/dashboard.js" with context %} {% endblock %}