From 19f2a6cb65a128aec39d801f92d345044d24d7fd Mon Sep 17 00:00:00 2001 From: Martyn Inglis Date: Fri, 30 Sep 2016 11:25:12 +0100 Subject: [PATCH] Added stop for research mode worker --- scripts/aws_stop_app.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/aws_stop_app.sh b/scripts/aws_stop_app.sh index f3c3a441a..4ccc4ebc9 100755 --- a/scripts/aws_stop_app.sh +++ b/scripts/aws_stop_app.sh @@ -19,4 +19,5 @@ stop "notifications-api" stop "notifications-api-celery-beat" stop "notifications-api-celery-worker" stop "notifications-api-celery-worker-sender" +stop "notifications-api-celery-worker-research" stop "notifications-api-celery-worker-db"