{% extends "base.html" %} {% load static %} {% block content %} Beat schedules {{ title }} Define a schedule using a cron expression or interval. {% csrf_token %} {% if schedule %} {% endif %} Name Worker {% if worker_labels %} Select a worker {% for name in worker_labels %} {{ name }} {% endfor %} {% else %} No workers discovered. Configure CELERY_ROOT_WORKERS. No workers available {% endif %} Task Select a task Schedule Quick schedule Every 10 min Hourly Every 3h Every 6h Half-day Daily Weekly Enabled 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) {{ schedule.args|default:'' }} Kwargs (JSON object) {{ schedule.kwargs|default:'' }} Save schedule {% endblock %} {% block scripts %} {{ task_schemas|json_script:"task-schema-data" }} {% endblock %}
Beat schedules
Define a schedule using a cron expression or interval.
No workers discovered. Configure CELERY_ROOT_WORKERS.
Select a task to see its inputs.