{% macro workers(data={}) -%}
The list below contains all workers which are currently running a job.
| Where | Queue | Processing | |
|---|---|---|---|
![]() |
{{ worker.host }}:{{ worker.pid }} | {{worker.queue }} |
{% if worker.data %}
{{ worker.code }}
{{ worker.runat }}
{% else %}
Waiting for a job...
{% endif %}
|
| Nothing is happening right now... | |||
The list below contains all the registered queues with the number of jobs currently in the queue. Select a queue from above to view all jobs currently pending on the queue.
| Name | Jobs |
|---|---|
| {{ queue.queue }} | {{ queue.size }} |
| failed | {{ data.fail_count }} |