Bumping concurrency for feed fetchers.

This commit is contained in:
Samuel Clay 2024-02-26 21:08:40 -05:00
parent e7aeb976ef
commit e631ff4e47

View file

@ -621,7 +621,7 @@ if not started_task_or_app:
if "task-work" in SERVER_NAME or SERVER_NAME.startswith("task-"):
CELERY_WORKER_CONCURRENCY = 4
else:
CELERY_WORKER_CONCURRENCY = 16
CELERY_WORKER_CONCURRENCY = 24
if not DEBUG:
INSTALLED_APPS += (