{% extends "layout.html" %} {% from "shared/components.html" import empty_state, stat_card, status_badge %} {% block content %}
| Health | Worker | Queue | Concurrency | Heartbeat Age | Last Seen |
|---|---|---|---|---|---|
|
{{ status_badge(w.health_status, w.health_label) }}
|
{{ w.id }}
|
{{ w.queue }} | {{ w.concurrency }} |
{{ w.heartbeat_age_label }}
|
|
| {{ empty_state("No workers found", "No backend-owned worker heartbeats are currently visible.") }} | |||||