Skip to content

Commit 92944ae

Browse files
committed
fix: 恢复异步队列消息序列化方式 --story=126514126
# Reviewed, transaction id: 54999
1 parent 52b94f9 commit 92944ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/default.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@
238238
INSTALLED_APPS = locals().get("INSTALLED_APPS", [])
239239
INSTALLED_APPS += ("django_celery_beat", "django_celery_results")
240240
CELERY_ENABLE_UTC = False
241-
CELERY_TASK_SERIALIZER = "json"
241+
CELERY_TASK_SERIALIZER = "pickle"
242242
CELERYBEAT_SCHEDULER = "django_celery_beat.schedulers.DatabaseScheduler"
243243

244244
TEMPLATE_DATA_SALT = "821a11587ea434eb85c2f5327a90ae54"

0 commit comments

Comments
 (0)