Merge pull request #2324 from alphagov/bump-disk-space

Bump available disk space for API, sender and receipts workers
This commit is contained in:
Sakis
2019-01-28 11:36:26 +00:00
committed by GitHub
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -54,6 +54,7 @@ env:
instances: 1 instances: 1
memory: 1G memory: 1G
disk_quota: 2G
applications: applications:
- name: notify-api - name: notify-api
+2
View File
@@ -69,6 +69,7 @@ applications:
- name: notify-delivery-worker-sender - name: notify-delivery-worker-sender
command: scripts/run_multi_worker_app_paas.sh celery multi start 3 -c 10 -A run_celery.notify_celery --loglevel=INFO -Q send-sms-tasks,send-email-tasks command: scripts/run_multi_worker_app_paas.sh celery multi start 3 -c 10 -A run_celery.notify_celery --loglevel=INFO -Q send-sms-tasks,send-email-tasks
memory: 3G memory: 3G
disk_quota: 2G
env: env:
NOTIFY_APP_NAME: delivery-worker-sender NOTIFY_APP_NAME: delivery-worker-sender
@@ -101,5 +102,6 @@ applications:
- name: notify-delivery-worker-service-callbacks - name: notify-delivery-worker-service-callbacks
command: scripts/run_app_paas.sh celery -A run_celery.notify_celery worker --loglevel=INFO --concurrency=11 -Q service-callbacks 2> /dev/null command: scripts/run_app_paas.sh celery -A run_celery.notify_celery worker --loglevel=INFO --concurrency=11 -Q service-callbacks 2> /dev/null
disk_quota: 2G
env: env:
NOTIFY_APP_NAME: delivery-worker-service-callbacks NOTIFY_APP_NAME: delivery-worker-service-callbacks