Skip to main content

Add periodic task

Short Description For This Task
Set to False to disable the schedule
Detailed description about the details of this Periodic Task

Schedule

Interval Schedule to run the task on. Set only one schedule type, leave the others null.
Crontab Schedule to run the task on. Set only one schedule type, leave the others null.
-
Solar Schedule to run the task on. Set only one schedule type, leave the others null.
Clocked Schedule to run the task on. Set only one schedule type, leave the others null.

Date:
Time:

Datetime when the schedule should begin triggering the task to run
-
Datetime that the schedule last triggered the task to run. Reset to None if enabled is set to False.
If True, the schedule will only run the task a single time

Arguments

JSON encoded positional arguments (Example: ["arg1", "arg2"])
JSON encoded keyword arguments (Example: {"argument": "value"})

Execution Options

Date:
Time:

Datetime after which the schedule will no longer trigger the task to run
Timedelta with seconds which the schedule will no longer trigger the task to run
Queue defined in CELERY_TASK_QUEUES. Leave None for default queuing.
Override Exchange for low-level AMQP routing
Override Routing Key for low-level AMQP routing
Priority Number between 0 and 255. Supported by: RabbitMQ, Redis (priority reversed, 0 is highest).
JSON encoded message headers for the AMQP message.