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 85db446 commit b897302Copy full SHA for b897302
app/settings.py
@@ -245,8 +245,8 @@
245
CELERY_CACHE_BACKEND = 'django-cache'
246
CELERY_TASK_SERIALIZER = "json"
247
CELERY_ACCEPT_CONTENT = ['application/json']
248
+CELERY_TASK_ALWAYS_EAGER = False
249
# If this is True, all tasks will be executed locally by blocking until the task returns.
-CELERY_TASK_ALWAYS_EAGER = True if env('DEBUG') == 'True' else False
250
251
BOWER_COMPONENTS_ROOT = '/srv/static/'
252
BOWER_PATH = '/usr/local/bin/bower'
0 commit comments