mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-23 08:51:30 -05:00
Can't have spaces between queue names
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user