Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e1f9cd7

Browse files
committed
Increase timeout
1 parent 636d6dd commit e1f9cd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎backend/deploy/app.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
service: default
22
runtime: python311
3-
entrypoint: gunicorn -w 2 -k uvicorn.workers.UvicornWorker src.main:app
3+
entrypoint: gunicorn -w 2 -k uvicorn.workers.UvicornWorker src.main:app --timeout 600 --graceful-timeout 600
44

55
#smallest instance class
66
instance_class: F4

0 commit comments

Comments
 (0)