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

Beat schedules

{{ title }}

Define a schedule using a cron expression or interval.

{% csrf_token %} {% if schedule %} {% endif %}
{% if worker_labels %} {% else %}

No workers discovered. Configure CELERY_ROOT_WORKERS.

{% endif %}
Quick schedule
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 %}