mirror of
https://github.com/GSA/notifications-api.git
synced 2026-09-07 11:48:26 -04:00
Broke the periodic queue out from the standard worker.
- now has own worker with worker count of 2 - this is too ensure that any issues with scheduled jobs do not affect core applications
This commit is contained in:
@@ -35,6 +35,11 @@ applications:
|
||||
env:
|
||||
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
|
||||
env:
|
||||
NOTIFY_APP_NAME: delivery-worker
|
||||
|
||||
- name: notify-delivery-worker
|
||||
command: scripts/run_app_paas.sh celery -A aws_run_celery.notify_celery worker --loglevel=INFO --concurrency=11
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user