From: Trenton Holmes <797416+stumpylog@users.noreply.github.com> Date: Thu, 8 Dec 2022 03:25:53 +0000 (-0800) Subject: Actually no need for pickle anyway X-Git-Tag: v1.11.0~1^2~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce38e4ae081b9afb5be49bfdc56a67f7b5237c17;p=thirdparty%2Fpaperless-ngx.git Actually no need for pickle anyway --- diff --git a/src/paperless/settings.py b/src/paperless/settings.py index 0bdec47459..db26ba3b39 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