X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/eaf0711613bea8181528d8911b30ef7976b7bb42..b89ddf83530285bc57f8c176089cbb769ffe953b:/src/wolnelektury/settings/celery.py diff --git a/src/wolnelektury/settings/celery.py b/src/wolnelektury/settings/celery.py index 1552bc0e0..a570b688c 100644 --- a/src/wolnelektury/settings/celery.py +++ b/src/wolnelektury/settings/celery.py @@ -1,9 +1,7 @@ # This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Nowoczesna Polska. See NOTICE for more information. # -CELERY_BROKER_URL = 'redis://' - -CELERY_EAGER_PROPAGATES_EXCEPTIONS = True +CELERY_TASK_EAGER_PROPAGATES = True CELERY_SEND_TASK_ERROR_EMAILS = True CELERY_ACCEPT_CONTENT = ['pickle'] CELERY_TASK_SERIALIZER = 'pickle'