__init__.py
520 Bytes
-
Avoid initialization of Celery when used as a package · 6e4dd1aa
Previously, a cascade of imports caused a Celery app to be initialized whenever a shared task was imported. This is undesired: the application calling the shared task should be allowed to initialize and use its own Celery app. ECOM-2249.
Renzo Lucioni committed