Celery v0.3.0 (unstable) documentation

Task Discovery - celery.discovery

celery.discovery

celery.discovery.autodiscover()
Include tasks for all applications in INSTALLED_APPS.
Given an application name and a module name, tries to find that module in the application, and running handler’ if it finds it.