Celery v0.9.0 (unstable) documentation
celery.registry
Site registry for tasks.
Register a task in the task registry.
The task will be automatically instantiated if it’s a class not an instance.
Unregister task by name.
| Parameter: | name – name of the task to unregister, or a celery.task.Task class with a valid name attribute. |
|---|---|
| Raises celery.exceptions.NotRegistered: | |
| if the task has not been registered. | |