mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-17 10:42:25 -05:00
Adjust Celery worker memory
The Celery workers are not using as much memory as we had been anticipating, and we are also hitting our memory quota. This adjusts them down a bit to free up a bit more. Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
This commit is contained in:
@@ -2,7 +2,7 @@ env: production
|
|||||||
web_instances: 2
|
web_instances: 2
|
||||||
web_memory: 3G
|
web_memory: 3G
|
||||||
worker_instances: 4
|
worker_instances: 4
|
||||||
worker_memory: 3G
|
worker_memory: 2G
|
||||||
scheduler_memory: 256M
|
scheduler_memory: 256M
|
||||||
public_api_route: notify-api.app.cloud.gov
|
public_api_route: notify-api.app.cloud.gov
|
||||||
admin_base_url: https://beta.notify.gov
|
admin_base_url: https://beta.notify.gov
|
||||||
|
|||||||
Reference in New Issue
Block a user