We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 027f919 commit 25127d6Copy full SHA for 25127d6
1 file changed
app/config/settings.py
@@ -937,6 +937,8 @@ def get_private_ip():
937
CELERY_RESULT_PERSISTENT = True
938
CELERY_RESULT_EXTENDED = True
939
CELERY_RESULT_EXPIRES = 0 # We handle cleanup of results ourselves
940
+CELERY_TASK_PROTOCOL = 1
941
+CELERY_TASK_SERIALIZER = "json"
942
CELERY_TASK_ACKS_LATE = strtobool(
943
os.environ.get("CELERY_TASK_ACKS_LATE", "False")
944
)
0 commit comments