Exceptions - celery.exceptions

celery.exceptions

exception celery.exceptions.AlreadyRegistered
The task is already registered.
exception celery.exceptions.MaxRetriesExceededError
The tasks max restart limit has been exceeded.
exception celery.exceptions.NotRegistered
The task is not registered.
exception celery.exceptions.RetryTaskError(message, exc, *args, **kwargs)
The task is to be retried later.
exception celery.exceptions.TimeoutError
The operation timed out.

Previous topic

Signals - celery.signals

Next topic

Built-in Task Classes - celery.task.builtins

This Page