{% extends "remapp/base.html" %} {% block headextras %} {% endblock %} {% block confnav %}
  • RabbitMQ management documentation
  • {% endblock %} {% block mainblock %} {% if admin.admingroup %}

    RabbitMQ administration

    RabbitMQ is used to queue up tasks until Celery is ready to process them. If Celery is not running RabbitMQ will hold onto the tasks until Celery is ready to process them. If Celery fails to complete a task then RabbitMQ will resend the job to Celery to be tried again. Sometimes it is necessary to remove (purge) tasks from the RabbitMQ queue; this can be done by clicking on the corresponding "Purge queue" button in the table below.

    The list of queues should appear here...

    {% else %}

    RabbitMQ administration

    This function can only be accessed if you are logged in to OpenREM with admin permissions.

    {% endif %} {% endblock %}