0d9b7785ad0aae6aed3be1d5bf391edbd061c428
[wolnelektury.git] / src / wolnelektury / settings / celery.py
1 # This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later.
2 # Copyright © Fundacja Nowoczesna Polska. See NOTICE for more information.
3 #
4 CELERY_BROKER_URL = 'redis://'
5
6 CELERY_TASK_EAGER_PROPAGATES = True
7 CELERY_SEND_TASK_ERROR_EMAILS = True
8 CELERY_ACCEPT_CONTENT = ['pickle']
9 CELERY_TASK_SERIALIZER = 'pickle'