Because celery sets up configuration at import time, code that is not designed to use Celery may break if this is used.
| Class | CeleryRunJob | The Celery Task that runs a job. |
| Function | celery_run_job | Undocumented |
| Function | celery_run_job_ignore_result | Undocumented |
| Class | FindMissingReady | Undocumented |
| Function | find_missing_ready | Find ready jobs that are not queued. |
| Class | PrefixedTask | A Task with more informative task_id defaults. |
| Function | run_missing_ready | Task to run any jobs that are ready but not scheduled. |
| Function | ensure_zcml | Ensure the zcml has been executed for the current process. |
| Function | task_init | Prepare to run a task. |