Actually no need for pickle anyway

This commit is contained in:
Trenton Holmes 2022-12-07 19:25:53 -08:00 committed by Trenton H
parent 97d6503fef
commit ce38e4ae08

View File

@ -526,9 +526,6 @@ CELERY_RESULT_EXTENDED = True
CELERY_RESULT_BACKEND = "django-db"
CELERY_CACHE_BACKEND = "default"
# This allows types to stay types through a .delay
CELERY_TASK_SERIALIZER = "pickle"
CELERY_ACCEPT_CONTENT = ["application/x-python-serialize"]
CELERY_BEAT_SCHEDULE = {
# Every ten minutes