{% extends "base.html" %} {% load static %} {% block content %}

Task submit

Dispatch a task

Submit a task to the configured Celery broker.

{% csrf_token %}
{% if task_names %} {% else %}

No tasks discovered. Configure CELERY_ROOT_WORKERS.

{% endif %}
Typed form auto-fills args/kwargs.

Task inputs

Select a task to see its inputs.

Advanced JSON

{% endblock %} {% block scripts %} {{ task_schemas|json_script:"task-schema-data" }} {% endblock %}