celery.managers
Table lock support for MySQL.
Manager for celery.models.PeriodicTask models.
Get all waiting periodic tasks.
| Returns: | list of celery.models.PeriodicTaskMeta objects. |
|---|
Add entries for all registered periodic tasks.
Should be run at worker start.
Check if if it is time to run the periodic task.
| Parameters: |
|
|---|---|
| Rtype bool: |
Base class for database table locks. Also works as a NOOP lock.
Manager for celery.models.Task models.
Store the result and status of a task.
| Parameters: |
|
|---|