{{ queue.name }} |
{{ queue.messages_ready }} |
{% endif %}
{% if queue.messages_ready > 0 %}
Purge queue
{% elif queue.messages == 0 %}
Delete queue
{% else %}
Purge
{% endif %}
|
{% if queue.name == "default" and queue.messages_unacknowledged > 0 %}
{{ queue.messages_unacknowledged }} task(s) - view in Celery manager |
{% else %}
{{ queue.messages_unacknowledged }} |
{% endif %}
{{ queue.auto_delete }} |
{% endfor %}