feat(settings): Update task backend to use django-tasks-db and add QUEUES configuration

This commit is contained in:
Ross
2026-05-17 14:00:04 +01:00
parent e6a20bb851
commit bbf7542451
3 changed files with 5 additions and 1 deletions
+1
View File
@@ -28,5 +28,6 @@ CACHES["default"] = {
TASKS = {
"default": {
"BACKEND": "django_tasks.backends.immediate.ImmediateBackend",
"QUEUES": ["default"],
}
}