This document is for Celery's development version, which can be significantly different from previous releases. Get old docs here: 2.5.
This module contains Celery-specific exceptions.
| copyright: |
|
|---|---|
| license: | BSD, see LICENSE for more details. |
The task is already registered.
send_task ignores CELERY_ALWAYS_EAGER option
Celery is somehow improperly configured.
Found the end of a stream of data, but the data is not yet complete.
The task has invalid data or is not properly constructed.
The tasks max restart limit has been exceeded.
Celery has not been configured, as no config module has been found.
The task is not registered.
Task routed to a queue not in CELERY_QUEUES.
The task is to be retried later.
Security related exceptions.
Handle with care.
Signals that the worker should terminate.
The task has been revoked, so no result available.
The operation timed out.