define CELERY_TASK_SERIALIZER
This commit is contained in:
parent
9572c2cec5
commit
787a943c69
1 changed files with 1 additions and 0 deletions
|
@ -291,5 +291,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_SERAILIZER = 'json'
|
||||||
CELERY_RESULT_SERIALIZER = 'json'
|
CELERY_RESULT_SERIALIZER = 'json'
|
||||||
########## END CELERY CONFIGURATION
|
########## END CELERY CONFIGURATION
|
||||||
|
|
Loading…
Reference in a new issue