We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17d04f0 commit d547e21Copy full SHA for d547e21
pythonkr_backend/pythonkr_backend/__init__.py
@@ -2,6 +2,7 @@
2
# Django starts so that shared_task will use this app.
3
from django.conf import settings
4
5
+# load when PROD environment
6
if settings.CELERY_ALWAYS_EAGER is False:
7
from .celery import app as celery_app
8
__all__ = ('celery_app',)
0 commit comments