Use Django ORM for scheduler
This commit is contained in:
parent
4a0f5761e8
commit
3b297bfc1e
|
@ -51,7 +51,7 @@ Q_CLUSTER = {
|
|||
"recycle": 500,
|
||||
"timeout": 60,
|
||||
"retry": 120,
|
||||
"scheduler": True,
|
||||
"orm": "default",
|
||||
}
|
||||
|
||||
GRAPHENE = {"SCHEMA": "games.schema.schema"}
|
||||
|
|
Loading…
Reference in New Issue