Show More
@@ -71,9 +71,9 b' base_celery_config = {' | |||
|
71 | 71 | 'worker_max_tasks_per_child': 100, |
|
72 | 72 | 'worker_hijack_root_logger': False, |
|
73 | 73 | 'worker_prefetch_multiplier': 1, |
|
74 |
'task_serializer': ' |
|
|
74 | 'task_serializer': 'json', | |
|
75 | 75 | 'accept_content': ['json', 'msgpack'], |
|
76 |
'result_serializer': ' |
|
|
76 | 'result_serializer': 'json', | |
|
77 | 77 | 'result_accept_content': ['json', 'msgpack'], |
|
78 | 78 | |
|
79 | 79 | 'broker_connection_retry_on_startup': True, |
General Comments 0
You need to be logged in to leave comments.
Login now