mirror of
https://github.com/GSA/notifications-api.git
synced 2026-01-30 06:21:50 -05:00
Merge pull request #3301 from alphagov/jobs-worker-memory-bump
Set jobs worker memory to 2GB
This commit is contained in:
@@ -50,7 +50,7 @@
|
||||
},
|
||||
|
||||
'notify-delivery-celery-beat': {'memory': '128M'},
|
||||
'notify-delivery-worker-jobs': {},
|
||||
'notify-delivery-worker-jobs': {'memory': '2G'},
|
||||
'notify-delivery-worker-research': {},
|
||||
'notify-delivery-worker-sender': {'disk_quota': '2G', 'memory': '4G'},
|
||||
'notify-delivery-worker-periodic': {},
|
||||
|
||||
Reference in New Issue
Block a user