[google-appengine] Re: swagger integration to Google app engine

2017-11-16 Thread voice . elli
We have swagger running inside a Java war file deployed to app engine flexible (using springfox). It runs just like any war file. No app engine specific code. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group

[google-appengine] Re: Google App Engine is slow to deploy, hangs on "Updating service [someproject]..."

2017-11-15 Thread voice . elli
>From limited testing with Java Flexible, it happens with server: jetty9 Significantly less issues with standard Java, though we want to user the jetty built in container. What we see is that initial deployment is OK, and every consecutive deployment slows down exponentially, until above

Re: [google-appengine] Re: Google App Engine is slow to deploy, hangs on "Updating service [someproject]..."

2018-02-13 Thread voice . elli
As far as I remember this is caused by a slow startup. The app takes too long to start responding to load balancer requests, so the load balancer gives up on it. The app is still running fine, just not accessible from the outside world. You will be able to see the app logs in stack driver and