Celery v0.2.0-pre3 documentation

Backends - celery.backends

celery.backends

celery.backends.get_backend_cls(backend)

Get backend class by name.

If the name does not include “.” (is not fully qualified), celery.backends. will be prepended to the name. e.g. database becomes celery.backends.database.

celery.backends.get_default_backend_cls
class celery.backends.DefaultBackend
The backend class specified in CELERY_BACKEND.