Job
{{ entry.short_job_id }}
{{ entry.job_type }}
{% extends "admin/base.html" %} {% block title %}DLQ Entry - Admin - {{ site_name() }}{% endblock %} {% block admin_content %}
{% if entry %}{{ entry.short_id }} ยท {{ entry.cause }}{% else %}Not found{% endif %}
Back to DLQDLQ entry not found.
{% else %}{{ entry.payload }}
| Attempt | Started | Worker | Duration | Exception | Error |
|---|---|---|---|---|---|
| {{ attempt.attempt }} | {{ attempt.started_at }} | {{ attempt.worker_id }} | {{ attempt.duration_seconds }} | {{ attempt.exception_type }} | {{ attempt.error }} |
{{ attempt.traceback }}
|
|||||
No attempt history was recorded.
{% endif %}