Show More
@@ -95,9 +95,9 b' class HooksCeleryClient:' | |||
|
95 | 95 | celery_app.config_from_object({ |
|
96 | 96 | 'broker_url': queue, 'result_backend': backend, |
|
97 | 97 | 'broker_connection_retry_on_startup': True, |
|
98 |
'task_serializer': ' |
|
|
98 | 'task_serializer': 'json', | |
|
99 | 99 | 'accept_content': ['json', 'msgpack'], |
|
100 |
'result_serializer': ' |
|
|
100 | 'result_serializer': 'json', | |
|
101 | 101 | 'result_accept_content': ['json', 'msgpack'] |
|
102 | 102 | }) |
|
103 | 103 | self.celery_app = celery_app |
General Comments 0
You need to be logged in to leave comments.
Login now