I try to deploy application on the GC AppEngine. There are no errors during deploy process but application doesn\'t work (Just show loading page). The only one strange raw i
I personally solved it by adding a timeout to gunicorn, as the default timeout is only 30 sec
entrypoint: gunicorn -b :$PORT main:app.server --timeout 120
I found this solution as I tried the following:
Now my app works well, even with a F1 instance