Revert "Add a task to save-api-sms for high volume services."

This commit is contained in:
Rebecca Law
2020-10-27 16:18:57 +00:00
committed by GitHub
parent ef416a64ed
commit 06ff1bf596
7 changed files with 167 additions and 236 deletions

View File

@@ -51,7 +51,7 @@ case $NOTIFY_APP_NAME in
;;
delivery-worker-save-api-notifications)
exec scripts/run_app_paas.sh celery -A run_celery.notify_celery worker --loglevel=INFO --concurrency=11 \
-Q save-api-email-tasks, save-api-sms-tasks 2> /dev/null
-Q save-api-email-tasks 2> /dev/null
;;
delivery-celery-beat)
exec scripts/run_app_paas.sh celery -A run_celery.notify_celery beat --loglevel=INFO