diff --git a/mayan/settings/development.py b/mayan/settings/development.py index e6c99d5578..e5702c485a 100644 --- a/mayan/settings/development.py +++ b/mayan/settings/development.py @@ -53,3 +53,5 @@ LOGGING = { }, } } + +CELERY_EAGER_PROPAGATES_EXCEPTIONS = CELERY_ALWAYS_EAGER