Skip to content

Commit

Permalink
Increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
avgupta456 committed Nov 30, 2023
1 parent 636d6dd commit e1f9cd7
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
@@ -1,6 +1,6 @@
service: default
runtime: python311
entrypoint: gunicorn -w 2 -k uvicorn.workers.UvicornWorker src.main:app
entrypoint: gunicorn -w 2 -k uvicorn.workers.UvicornWorker src.main:app --timeout 600 --graceful-timeout 600

#smallest instance class
instance_class: F4
Expand Down

1 comment on commit e1f9cd7

@vercel
Copy link

@vercel vercel bot commented on e1f9cd7 Dec 1, 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.