{% extends "base.html" %} {% block content %} Worker control Add worker Start a local worker process for a configured Celery app. {% csrf_token %} Worker app {% if options %} Select an app {% for option in options %} {{ option.label }} {% endfor %} {% else %} No worker apps configured. Set CELERY_ROOT_WORKERS. {% endif %} Queue (optional) Worker name (optional) Concurrency (optional) Start worker {% endblock %}
Worker control
Start a local worker process for a configured Celery app.
No worker apps configured. Set CELERY_ROOT_WORKERS.