{% extends "base/base.html" %} {% block content %}
Name | {{ queue.name }} |
---|---|
State | {% if queue.state == "paused" %} {{ queue.state }} {% else %} {{ queue.state }} {% endif %} |
Concurrency | {{ queue.concurrency }} |
Tags |
|
Executor |
{{ queue.executor }}
|
Executor Options |
{{ queue.executor_options }}
|
The following workers have announced that they're processing events from the {{ queue.name }} queue.
Worker ID | Last Seen |
---|---|
{{ worker.worker_id }} | {{ worker.last_seen|relative_time }} |
No workers are currently processing events from this queue. |