{% extends "mirrorwall/base.html" %} {% block title %}Queue — LoadCoach{% endblock %} {% block content %}

Queue

connecting…

Pause stops claiming without dropping jobs; drain finishes in-flight work and claims nothing new; resume clears both. Each takes effect on the scheduler's next tick, and the page updates without a reload while the stream is connected.

{% include "queue/_live.html" %}
{% endblock %} {% block scripts %} {% endblock %}