fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Accept all bank feedbacks
[wolnelektury.git]
/
src
/
wolnelektury
/
settings
/
celery.py
diff --git
a/src/wolnelektury/settings/celery.py
b/src/wolnelektury/settings/celery.py
index
77abfa6
..
a570b68
100644
(file)
--- a/
src/wolnelektury/settings/celery.py
+++ b/
src/wolnelektury/settings/celery.py
@@
-1,5
+1,7
@@
-BROKER_URL = 'django://'
-
-CELERY_EAGER_PROPAGATES_EXCEPTIONS = True
+# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later.
+# Copyright © Fundacja Nowoczesna Polska. See NOTICE for more information.
+#
+CELERY_TASK_EAGER_PROPAGATES = True
CELERY_SEND_TASK_ERROR_EMAILS = True
CELERY_ACCEPT_CONTENT = ['pickle']
CELERY_SEND_TASK_ERROR_EMAILS = True
CELERY_ACCEPT_CONTENT = ['pickle']
+CELERY_TASK_SERIALIZER = 'pickle'