Skip to content

Commit

Permalink
limited top usage
Browse files Browse the repository at this point in the history
  • Loading branch information
SX-7 committed Jan 29, 2024
1 parent 996be0d commit 406adfd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/app.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
runtime: python311
service: default
entrypoint: gunicorn -w 2 --bind :$PORT main:app
automatic_scaling:
max_instances: 2

0 comments on commit 406adfd

Please sign in to comment.