Default Loader - celery.loaders.default

class celery.loaders.default.Loader

The default loader.

See the FAQ for example usage.

on_worker_init()

Imports modules at worker init so tasks can be registered and used by the worked.

The list of modules to import is taken from the CELERY_IMPORTS setting in celeryconf.py.

read_configuration()
Read configuration from celeryconf.py and configure celery and Django so it can be used by regular Python.

Previous topic

Loader Base Classes - celery.loaders.base

Next topic

Django Loader - celery.loaders.djangoapp

This Page