update django-q

This commit is contained in:
jonaswinkler
2021-06-13 15:43:32 +02:00
parent 910ac7d9b4
commit 215a36f15b
3 changed files with 7 additions and 6 deletions

View File

@@ -420,6 +420,8 @@ Q_CLUSTER = {
'name': 'paperless',
'catch_up': False,
'recycle': 1,
'retry': 1800,
'timeout': 1800,
'workers': TASK_WORKERS,
'redis': os.getenv("PAPERLESS_REDIS", "redis://localhost:6379")
}