{% from "macros.html" import icon %}

{{ icon('server', 'w-5 h-5') }} Workers

{# Self-refreshing list - workers heartbeat every ~5s; poll a little faster so "running" and the live counts stay fresh. Polling stops when you navigate away (htmx tears down the interval with the removed element). #} {# Targets its OWN id, never "this": the panel's #queue-panel target is inherited, and a "this" target re-roots to it if this region ever fires after the panel navigated away - wiping the panel. A stable id is gone by then, so htmx aborts. #}
{% include "partials/workers_list.html" %}