{% extends "base.html" %} {% load static %} {% block content %} Task submit Dispatch a task Submit a task to the configured Celery broker. {% csrf_token %} Task name {% if task_names %} Select a task {% for name in task_names %} {{ name }} {% endfor %} {% else %} No tasks discovered. Configure CELERY_ROOT_WORKERS. {% endif %} Queue (optional) Repeat Use raw JSON inputs instead Typed form auto-fills args/kwargs. Task inputs Select a task to see its inputs. Advanced JSON Args (JSON list) Format Validate Kwargs (JSON object) Format Validate Send task {% endblock %} {% block scripts %} {{ task_schemas|json_script:"task-schema-data" }} {% endblock %}
Task submit
Submit a task to the configured Celery broker.
No tasks discovered. Configure CELERY_ROOT_WORKERS.
Select a task to see its inputs.