Reduce concurrency to match number of CPUs

This got missed in [1].

[1]: https://github.com/alphagov/notifications-api/pull/3355/commits/9e9091e980c6c2a10a47cc7c443ecadbcaf29512
This commit is contained in:
Ben Thorner
2021-11-15 16:45:05 +00:00
parent 4b44e3e223
commit 82e4c3dad2
+1 -1
View File
@@ -17,7 +17,7 @@ case $NOTIFY_APP_NAME in
-Q database-tasks,job-tasks 2> /dev/null
;;
delivery-worker-research)
exec scripts/run_app_paas.sh celery -A run_celery.notify_celery worker --loglevel=INFO --concurrency=5 \
exec scripts/run_app_paas.sh celery -A run_celery.notify_celery worker --loglevel=INFO --concurrency=4 \
-Q research-mode-tasks 2> /dev/null
;;
delivery-worker-sender)