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:
Martyn Inglis
2017-05-11 15:24:10 +01:00
parent 02f7abcc48
commit e382d699a6

View File

@@ -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
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: