{% extends "base.html" %} {% block content %}
{% if failed_jobs %} {% if allow_write %} {% endif %}
{% if allow_write %} {% endif %} {% if allow_write %} {% endif %} {% for job in failed_jobs %} {% if allow_write %} {% endif %} {% if allow_write %} {% endif %} {% endfor %}
Function Error Failed At AttemptsActions
{{ job.function_name }}
{% if "unable to serialize" in job.error.lower() %} Error not serializable — check worker logs {% else %} {{ job.error | truncate(80) }} {% endif %} {% if job.traceback %}
{{ job.traceback }}
{% else %}

No traceback available — check worker logs.

{% endif %}
{{ job.failed_at.strftime('%Y-%m-%d %H:%M:%S') }} {{ job.job_try }}
{% include "pagination.html" %} {% else %}

No failed jobs.

{% endif %}
{% if allow_write %} {% endif %} {% endblock %}