revert django-q configuration

This commit is contained in:
jonaswinkler
2021-02-13 20:25:52 +01:00
parent c946263f31
commit 3c5bf9c3d3
2 changed files with 3 additions and 1 deletions

View File

@@ -398,7 +398,7 @@ Q_CLUSTER = {
'name': 'paperless',
'catch_up': False,
'workers': TASK_WORKERS,
'django_redis': 'default'
'redis': os.getenv("PAPERLESS_REDIS", "redis://localhost:6379")
}