Workers
Live status plus task state counts per worker.
| Hostname | Status | Active | Processed | {% for state in worker_state_columns %}{{ state }} | {% endfor %}Last seen |
|---|---|---|---|---|---|
| {{ worker.status }} | {{ worker.active }} | {{ worker.processed }} | {% for cell in worker.state_cells %}{{ cell.count }} | {% endfor %}{% if worker.last_seen_seconds is not None %} last seen {{ worker.last_seen_seconds }}s ago {% else %} never {% endif %} |