Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 636d6dd commit e1f9cd7Copy full SHA for e1f9cd7
‎backend/deploy/app.yaml
@@ -1,6 +1,6 @@
1
service: default
2
runtime: python311
3
-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
4
5
#smallest instance class
6
instance_class: F4
0 commit comments