Health · Automations · Deliveries
{% if incidents %}| Incident | Status | Category | Confidence | Item | Release | Created | Expires |
|---|---|---|---|---|---|---|---|
| {{ incident.incident_id }} | {{ incident.status }} | {{ incident.category or '-' }} | {{ incident.confidence or '-' }} | {{ incident.item }} | {{ incident.release }} | {{ incident.created_at }} | {{ incident.expires_at }} |
No incidents recorded. An incident appears after a run fails its one retry.
{% endif %}