Use Django ORM for scheduler

This commit is contained in:
Lukáš Kucharczyk 2024-11-10 23:40:23 +01:00
parent 4a0f5761e8
commit 3b297bfc1e
Signed by: lukas
SSH Key Fingerprint: SHA256:vMuSwvwAvcT6htVAioMP7rzzwMQNi3roESyhv+nAxeg
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ Q_CLUSTER = {
"recycle": 500,
"timeout": 60,
"retry": 120,
"scheduler": True,
"orm": "default",
}
GRAPHENE = {"SCHEMA": "games.schema.schema"}