Can't have spaces between queue names

This commit is contained in:
Leo Hemsted
2017-12-14 13:26:38 +00:00
committed by GitHub
parent a9a8ef8ff1
commit 5d3a3ab042

View File

@@ -56,6 +56,6 @@ applications:
NOTIFY_APP_NAME: delivery-worker
- name: notify-delivery-worker-receipts
command: scripts/run_app_paas.sh celery -A run_celery.notify_celery worker --loglevel=INFO --concurrency=11 -Q ses-callbacks, service-callbacks
command: scripts/run_app_paas.sh celery -A run_celery.notify_celery worker --loglevel=INFO --concurrency=11 -Q ses-callbacks,service-callbacks
env:
NOTIFY_APP_NAME: delivery-worker-receipts