修正dispatcher,使用redis存任务队列,修正submission的post,修改部分settings
This commit is contained in:
@@ -34,16 +34,11 @@ CACHES = {
|
||||
}
|
||||
}
|
||||
|
||||
REDIS_CACHE = {
|
||||
"host": "127.0.0.1",
|
||||
"port": 6379,
|
||||
"db": 1
|
||||
}
|
||||
|
||||
# For celery
|
||||
REDIS_QUEUE = {
|
||||
"host": "127.0.0.1",
|
||||
"port": 6379,
|
||||
"db": 2
|
||||
"db": 4
|
||||
}
|
||||
|
||||
DEBUG = True
|
||||
|
||||
Reference in New Issue
Block a user