From ce38e4ae081b9afb5be49bfdc56a67f7b5237c17 Mon Sep 17 00:00:00 2001 From: Trenton Holmes <797416+stumpylog@users.noreply.github.com> Date: Wed, 7 Dec 2022 19:25:53 -0800 Subject: [PATCH] Actually no need for pickle anyway --- src/paperless/settings.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/paperless/settings.py b/src/paperless/settings.py index 0bdec4745..db26ba3b3 100644 --- a/src/paperless/settings.py +++ b/src/paperless/settings.py @@ -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