{{ snapshot.queued_total }}queued
{{ snapshot.picked_total }}in flight
{{ snapshot.failed_total }}held failed
{{ snapshot.active_workers }}workers
{{ snapshot.oldest_queued_age_seconds | age }}oldest queued
{{ snapshot.exceptions_recent }}exceptions (1h)

Throughput (last hour)

{% if chart_svg %}

successful {{ chart_totals.successful }} errors {{ chart_totals.errors }} canceled {{ chart_totals.canceled }}

{{ chart_svg | safe }} {% else %}

No jobs finished in the last hour.

{% endif %}

Backlog by entrypoint

{% if ages %} {% for a in ages %} {% endfor %}
EntrypointQueuedOldestAvg age
{{ a.entrypoint }} {{ a.queued_count }} {{ a.oldest_age_seconds | age }} {{ a.avg_age_seconds | age }}
{% else %}

No queued jobs — the backlog is empty.

{% endif %}