Add create-letters-pdf-tasks to notify-delivery-worker

This commit is contained in:
Ken Tsang
2017-12-13 11:34:05 +00:00
parent c143b480d2
commit fdf97fd8b5
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ applications:
NOTIFY_APP_NAME: delivery-worker-priority
- name: notify-delivery-worker
command: scripts/run_app_paas.sh celery -A run_celery.notify_celery worker --loglevel=INFO --concurrency=11 -Q job-tasks,retry-tasks,notify-internal-tasks
command: scripts/run_app_paas.sh celery -A run_celery.notify_celery worker --loglevel=INFO --concurrency=11 -Q job-tasks,retry-tasks,notify-internal-tasks,create-letters-pdf-tasks
env:
NOTIFY_APP_NAME: delivery-worker