mirror of
https://github.com/GSA/notifications-api.git
synced 2026-01-30 06:21:50 -05:00
Merge pull request #2324 from alphagov/bump-disk-space
Bump available disk space for API, sender and receipts workers
This commit is contained in:
@@ -54,6 +54,7 @@ env:
|
||||
|
||||
instances: 1
|
||||
memory: 1G
|
||||
disk_quota: 2G
|
||||
|
||||
applications:
|
||||
- name: notify-api
|
||||
|
||||
@@ -69,6 +69,7 @@ applications:
|
||||
- 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
|
||||
memory: 3G
|
||||
disk_quota: 2G
|
||||
env:
|
||||
NOTIFY_APP_NAME: delivery-worker-sender
|
||||
|
||||
@@ -101,5 +102,6 @@ applications:
|
||||
|
||||
- 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
|
||||
disk_quota: 2G
|
||||
env:
|
||||
NOTIFY_APP_NAME: delivery-worker-service-callbacks
|
||||
|
||||
Reference in New Issue
Block a user