This document describes an older version of Celery (2.2). For the latest stable version please go here.

celery.loaders.default

class celery.loaders.default.Loader(app=None, **kwargs)

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.

read_configuration()

Read configuration from celeryconfig.py and configure celery and Django so it can be used by regular Python.

setup_settings(settingsdict)
celery.loaders.default.wanted_module_item(item)

Previous topic

celery.loaders.app

Next topic

celery.loaders.base

This Page