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

    Celery administration

    Celery is the task manager that runs background tasks. A table of current active tasks can be found below along with tasks that have finished. This interface relies on Flower being installed and running, so look at the docs to find out more: link to docs.

    If Flower was started after a task was started then that task will not appear in the table until it either finishes or is aborted somewhere else.

    Active tasks

    The list of tasks should appear here...

    {% else %}

    Celery administration

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

    {% endif %} {% endblock %}