mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-02 17:31:14 -05:00
using the periodic worker to process the stats tasks. May need it's own worker in due course, but right now piggybacking.
This commit is contained in:
@@ -38,7 +38,7 @@ applications:
|
|||||||
NOTIFY_APP_NAME: delivery-worker-sender
|
NOTIFY_APP_NAME: delivery-worker-sender
|
||||||
|
|
||||||
- name: notify-delivery-worker-periodic
|
- 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
|
command: scripts/run_app_paas.sh celery -A aws_run_celery.notify_celery worker --loglevel=INFO --concurrency=2 -Q periodic, statistics
|
||||||
instances: 1
|
instances: 1
|
||||||
memory: 2G
|
memory: 2G
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user