{% extends "web/_base.html" %} {% block title %}Task status{% endblock %} {% block content %}
Type | Workers | Work Requests | ||||
---|---|---|---|---|---|---|
Registered | Connected | Busy | Idle | Running | Pending | |
{{ worker_type.name|title }} | {{ status.workers.registered }} | {{ status.workers.connected }} | {{ status.workers.busy }} | {{ status.workers.idle }} | {{ status.worker_tasks.running }} | {{ status.worker_tasks.pending }} |
Architecture | Workers | Work Requests | ||||
---|---|---|---|---|---|---|
Registered | Connected | Busy | Idle | Running | Pending | |
{% if arch == "_none_" %} Not Specified {% else %} {{ arch }} {% endif %} | {{ status.external_workers_arch.registered }} | {{ status.external_workers_arch.connected }} | {{ status.external_workers_arch.busy }} | {{ status.external_workers_arch.idle }} | {{ status.worker_tasks_arch.running }} | {{ status.worker_tasks_arch.pending }} |
There are no pending work requests.
{% endif %} {% endblock %}