WebhookPeriodicTask Object
Represents a periodic task run by django celery beat
Fields
#
lastRunAt
Datetime that the schedule last triggered the task to run. Reset to None if enabled is set to False.
priority
Priority Number between 0 and 255. Supported by: RabbitMQ, Redis (priority reversed, 0 is highest).
task
String !
Non-null
The Name of the Celery Task that Should be Run. (Example: "proj.tasks.import_contacts")
Interfaces
#
Also implements Node .
Usages
#
References
#
- Field periodicTask from Query
- Field task from PeriodicTaskEnabledUpdate