{% extends "base.html" %}{% block content %}
This list contains all the jobs that are currently queued. Filter the search by job state and queue name. Each job can be deleted or requeued by clicking the corresponding button.
| ID |
Status
|
Name
|
Created At | {% if access == "admin" %}Options | {% endif %}
|---|---|---|---|---|
| {{ job.id }} | {{ state }} | {{ job.name }} | {{ job.created_at }} | {% if access == "admin" %}
{% if state == "failed" %}
{% endif %}
|
{% endif %}