Queue State
{% if paused %} {{ status_badge("paused", "Paused") }} {% else %} {{ status_badge("running", "Running") }} {% endif %}Pause and resume are executed by the configured AsyncMQ backend. The dashboard only reports the backend result.
{% extends "layout.html" %} {% from "shared/components.html" import icon, status_badge %} {% block content %}
Pause and resume are executed by the configured AsyncMQ backend. The dashboard only reports the backend result.