fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fixes
[wolnelektury.git]
/
src
/
wolnelektury
/
settings
/
celery.py
diff --git
a/src/wolnelektury/settings/celery.py
b/src/wolnelektury/settings/celery.py
index
1552bc0
..
0d9b778
100644
(file)
--- a/
src/wolnelektury/settings/celery.py
+++ b/
src/wolnelektury/settings/celery.py
@@
-3,7
+3,7
@@
#
CELERY_BROKER_URL = 'redis://'
-CELERY_
EAGER_PROPAGATES_EXCEPTION
S = True
+CELERY_
TASK_EAGER_PROPAGATE
S = True
CELERY_SEND_TASK_ERROR_EMAILS = True
CELERY_ACCEPT_CONTENT = ['pickle']
CELERY_TASK_SERIALIZER = 'pickle'