release worker memory after tasks are done.

This commit is contained in:
jonaswinkler 2021-02-14 12:29:55 +01:00
parent 12836d4c68
commit 43c729568b

View File

@ -397,6 +397,7 @@ TASK_WORKERS = int(os.getenv("PAPERLESS_TASK_WORKERS", default_task_workers()))
Q_CLUSTER = {
'name': 'paperless',
'catch_up': False,
'recycle': 1,
'workers': TASK_WORKERS,
'redis': os.getenv("PAPERLESS_REDIS", "redis://localhost:6379")
}