Celery v0.8.1 (stable) documentation

This Page

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
celery.backends.get_default_periodicstatus_backend_cls()
Get the backend class specified in CELERY_PERIODIC_STATUS_BACKEND.
celery.backends.get_default_periodicstatus_backend_cls
class celery.backends.DefaultBackend
The default backend class used for storing task results and status, specified in CELERY_BACKEND.