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

Failed Jobs

{% if prev-page %}Prev{% endif %} {% if next-page %}Next{% endif %} {% for item in items %} {% endfor %}
ID Queue Function Failure Time Actions
{{ item.job.job-id }} {{ item.job.queue }} {{ item.job.fn-path }} {{ item.job.failed-at|date:"yyyy-MM-dd HH:mm:ss z" }}
{% endblock %}