mirror of
https://github.com/GSA/notifications-api.git
synced 2026-01-03 10:00:43 -05:00
Merge pull request #962 from alphagov/remove-space-from-queue-list
Removed whitespace from queue list
This commit is contained in:
@@ -38,7 +38,7 @@ applications:
|
||||
NOTIFY_APP_NAME: delivery-worker-sender
|
||||
|
||||
- name: notify-delivery-worker-periodic
|
||||
command: scripts/run_app_paas.sh celery -A aws_run_celery.notify_celery worker --loglevel=INFO --concurrency=2 -Q periodic, statistics
|
||||
command: scripts/run_app_paas.sh celery -A aws_run_celery.notify_celery worker --loglevel=INFO --concurrency=2 -Q periodic,statistics
|
||||
instances: 1
|
||||
memory: 2G
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user