Increase Celery resources

This changeset increases the number of Celery workers available to our app in the production environment.  It also bumps the amount of memory available to them to 3G each.

Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
This commit is contained in:
Carlo Costino
2024-11-04 12:22:30 -05:00
parent 38c566e8c7
commit 5141612705

View File

@@ -1,8 +1,8 @@
env: production
web_instances: 2
web_memory: 2G
worker_instances: 2
worker_memory: 2G
worker_instances: 4
worker_memory: 3G
scheduler_memory: 256M
public_api_route: notify-api.app.cloud.gov
admin_base_url: https://beta.notify.gov