Commit 36b365f2 authored by 段英荣's avatar 段英荣

modify

parent 1cc93b0f
......@@ -30,7 +30,7 @@ class Celery(Celery):
register_signal(client)
app = Celery('gaia_tasks')
app = Celery('physical_tasks')
# Using a string here means the worker will not have to
......
......@@ -30,6 +30,7 @@ ALLOWED_HOSTS = []
# Application definition
SENTRY_CELERY_ENDPOINT="http://60b0004c8884420f8067fb32fc3ed244:20f97fc73ffa4aad9735d0e6542a6d78@sentry.igengmei.com/140"
BROKER_URL = "redis://127.0.0.1:6379/8"
CELERY_BROKER_URL = "redis://127.0.0.1:6379/8"
CELERY_TIMEZONE = 'Asia/Shanghai'
......
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