Commit fb7f22c3 authored by wang zhengwei's avatar wang zhengwei

fix bug

parent 2a72733d
......@@ -11,7 +11,7 @@ from app.utils.jinjia2html_v2 import DataIntegrate
celery_app = Celery(__name__)
celery_conf = "redis://:{}@{}:{}/{}".format(redis_password,redis_host[0],redis_port[0],"1")
celery_conf = "redis://:{}@{}:{}/{}".format(redis_password,redis_host[0],redis_port[0],"2")
celery_app.conf.update({"broker_url": celery_conf, "result_backend": celery_conf})
......
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