define CELERY_TASK_SERIALIZER
This commit is contained in:
parent
17671f1a64
commit
7a47cc9a17
1 changed files with 1 additions and 0 deletions
|
@ -283,5 +283,6 @@ CELERY_RESULT_BACKEND = 'amqp'
|
||||||
CELERY_RESULT_PERSISTENT = True
|
CELERY_RESULT_PERSISTENT = True
|
||||||
CELERY_TASK_RESULT_EXPIRES = None
|
CELERY_TASK_RESULT_EXPIRES = None
|
||||||
CELERY_ACCEPT_CONTENT = ['yaml', 'json']
|
CELERY_ACCEPT_CONTENT = ['yaml', 'json']
|
||||||
|
CELERY_TASK_SERIALIZER = 'json'
|
||||||
CELERY_RESULT_SERIALIZER = 'json'
|
CELERY_RESULT_SERIALIZER = 'json'
|
||||||
########## END CELERY CONFIGURATION
|
########## END CELERY CONFIGURATION
|
||||||
|
|
Loading…
Reference in a new issue