feat(settings): Update task backend to use django-tasks-db and add QUEUES configuration
This commit is contained in:
@@ -28,5 +28,6 @@ CACHES["default"] = {
|
||||
TASKS = {
|
||||
"default": {
|
||||
"BACKEND": "django_tasks.backends.immediate.ImmediateBackend",
|
||||
"QUEUES": ["default"],
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user