mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-13 00:32:16 -05:00
Merge pull request #3369 from alphagov/remove-o-fair
Remove -Ofair option from celery worker
This commit is contained in:
@@ -29,7 +29,7 @@ case $NOTIFY_APP_NAME in
|
|||||||
-Q periodic-tasks 2> /dev/null
|
-Q periodic-tasks 2> /dev/null
|
||||||
;;
|
;;
|
||||||
delivery-worker-reporting)
|
delivery-worker-reporting)
|
||||||
exec scripts/run_app_paas.sh celery -A run_celery.notify_celery worker --loglevel=INFO --concurrency=2 -Ofair \
|
exec scripts/run_app_paas.sh celery -A run_celery.notify_celery worker --loglevel=INFO --concurrency=2 \
|
||||||
-Q reporting-tasks 2> /dev/null
|
-Q reporting-tasks 2> /dev/null
|
||||||
;;
|
;;
|
||||||
delivery-worker-priority)
|
delivery-worker-priority)
|
||||||
|
|||||||
Reference in New Issue
Block a user