mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-21 16:01:15 -05:00
Set jobs worker memory to 2GB
This is to see if the worker requires slightly more memory than it has access to or to determine if there is a memory leak somewhere in the code that needs to be further investigated. This comes at the heels of yesterday's issue that we could not process the CSVs the users uploaded, where the memory graph for this worker showed that it was using almost all of its available memory, so a redeploy fixed the problem.
This commit is contained in:
@@ -50,7 +50,7 @@
|
|||||||
},
|
},
|
||||||
|
|
||||||
'notify-delivery-celery-beat': {'memory': '128M'},
|
'notify-delivery-celery-beat': {'memory': '128M'},
|
||||||
'notify-delivery-worker-jobs': {},
|
'notify-delivery-worker-jobs': {'memory': '2G'},
|
||||||
'notify-delivery-worker-research': {},
|
'notify-delivery-worker-research': {},
|
||||||
'notify-delivery-worker-sender': {'disk_quota': '2G', 'memory': '4G'},
|
'notify-delivery-worker-sender': {'disk_quota': '2G', 'memory': '4G'},
|
||||||
'notify-delivery-worker-periodic': {},
|
'notify-delivery-worker-periodic': {},
|
||||||
|
|||||||
Reference in New Issue
Block a user