diff --git a/app/settings.py b/app/settings.py index e159db7..644e553 100755 --- a/app/settings.py +++ b/app/settings.py @@ -200,6 +200,7 @@ CELERY_SEND_TASK_ERROR_EMAILS = True CELERY_RESULT_BACKEND = "amqp" CELERY_DISABLE_RATE_LIMITS = True CELERYD_PREFETCH_MULTIPLIER = 128 +CELERY_ALWAYS_EAGER = DEBUG # Load the Celery tasks djcelery.setup_loader()