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

Queues

This list below contains all the registered queues with the number of jobs currently scheduled for the queue. Select a queue to view all jobs currently scheduled for the queue.

Queue Jobs
Loading...

Scheduler

This list below shows the current status of the scheduler.

Loading...

Scheduled Jobs for {{ queue.name }}

Cancel All This list below contains all the scheduled jobs for queue {{ queue.name }}, sorted by age (next due on top).

Name Created At Scheduled For Actions
Loading...
{% endblock %} {% block inline_js %} var POLL_INTERVAL = {{ poll_interval }}; {% include "rq_scheduler_dashboard/dashboard.js" with context %} {% endblock %}