These jobs hit their retry limit and are held in the queue with status failed. Requeueing resets attempts and makes them eligible again.
No jobs are held as failed.
{% endif %}Historical exception log entries. These jobs already left the queue and cannot be requeued from here.
| When | Job | Entrypoint | Exception |
|---|---|---|---|
| {{ e.created | dt }} | {{ e.job_id }} | {{ e.entrypoint }} |
{% if e.traceback %}
{{ e.traceback.exception_type }}: {{ e.traceback.exception_message }}{{ e.traceback.traceback }}
|
No exceptions logged.
{% endif %}