Commit c588ae99 authored by lixiaofang's avatar lixiaofang

add

parent 34b8e385
......@@ -54,7 +54,6 @@ BROKER_URL = "redis://127.0.0.1:6379/8"
CELERY_BROKER_URL = "redis://127.0.0.1:6379/8"
CELERY_TIMEZONE = 'Asia/Shanghai'
CELERY_ROUTES = ['physical.celery_task_router.CeleryTaskRouter']
CELERY_IMPORTS = ("tasks",)
CELERY_TASK_SERIALIZER = 'json'
CELERY_RESULT_SERIALIZER = 'json'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment