From a9c7ea744225518e6f3306d7d2138d8e158a296f Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Mon, 6 Jul 2015 00:12:51 -0400 Subject: [PATCH] Make celery propagate exceptions for easier debugging. --- mayan/settings/development.py | 2 ++ 1 file changed, 2 insertions(+) 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