{% extends "admin/panels/base.html" %} {% import "admin/huey/_macros.html" as h %} {% block panel_title %}Huey{% if not enabled %} metrics off{% endif %}{% endblock %} {% block panel_content %}
Live queue stats only. Call enable_stats(huey, db) in your
consumer for throughput, errors and per-task metrics.