{% extends "layout.html" %} {% block content %}

Overview

{# Integrity escalation (design D23): a TAMPERED or amber-liveness state surfaces here too, so the alarm can't hide behind the audit tab; the calm OK strip stays audit-only. #} {% if integrity_view and integrity_view.escalate %}{% endif %}
{% for card in cards %}{% endfor %}
{% if queue_rows %}
{% for q in queue_rows %} {% endfor %}
QueueReadyLatency
{{ q.name }}{% if q.paused %} {{ icons.pause }}paused{% endif %}
{{ q.size | num }}
{% else %} {% endif %}
{% if processes %}
{% for p in processes %} {% endfor %}
ProcessHostHeartbeat
{{ p.kind | string | capitalize }} {{ p.name }} {{ p.hostname }} ยท {{ p.pid }} {{ p.last_heartbeat_at | reltime }}{% if not p.alive %}stale{% endif %}
{% else %} {% endif %} {% if recurring %}
{% for r in recurring %} {% endfor %}
KeyScheduleTargetQueue
{{ r.key }}{{ r.class_name or r.command }}{{ r.queue_name }}
{% endif %} {% endblock %}