Skip to content

Commit

Permalink
Update app.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
avgupta456 committed Dec 30, 2024
1 parent eeb0f55 commit 8a5c9c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/deploy/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ runtime: python311
entrypoint: gunicorn -w 2 -k uvicorn.workers.UvicornWorker src.main:app

#smallest instance class
instance_class: F1
instance_class: F2

#prevents creating additional instances
automatic_scaling:
Expand Down

0 comments on commit 8a5c9c1

Please sign in to comment.