{% extends "base.html" %} {% block title %}pgqueuer ยท failures{% endblock %} {% block content %}

Failures

Held failed jobs are still in the queue table and can be requeued; the exception log below is the historical record of raised exceptions.

{% include "partials/failures.html" %}
{% endblock %}