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