Skip to content

Commit

Permalink
Downsize backend (#275)
Browse files Browse the repository at this point in the history
  • Loading branch information
avgupta456 committed Dec 11, 2023
1 parent 8008a3a commit 14a3664
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions backend/deploy/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ runtime: python311
entrypoint: gunicorn -w 2 -k uvicorn.workers.UvicornWorker src.main:app

#smallest instance class
instance_class: F2
instance_class: F1

#prevents creating additional instances
automatic_scaling:
min_instances: 1
max_instances: 16
min_instances: 0
max_instances: 2

env_variables:
PROD: true

1 comment on commit 14a3664

@vercel
Copy link

@vercel vercel bot commented on 14a3664 Dec 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.