Skip to content

Commit

Permalink
Increase Celery resources
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
ccostino committed Nov 4, 2024
1 parent 38c566e commit 5141612
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy-config/production.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 5141612

Please sign in to comment.