[google-appengine] How to resolve google app engine latency while autoscaling?

2020-03-25 Thread Bala Subramanian Sutherson
Our project is running in the google app engine standard environment with auto-scaling configuration and we are also using google endpoints service. I am facing a latency issue while scaling up. For example, It's taking more than 50 seconds for the API. For loading the *AppEngineWebAppContext

[google-appengine] How to resolve google app engine latency while autoscaling?

2020-03-25 Thread Bala Subramanian Sutherson
Our project is running on the Google App Engine standard environment with auto-scaling configured to automatic. Warm up requests are enabled in the app and we are using Google Endpoints service. However, I am facing latency issue while scaling up. For example, it's taking more than 50 seconds

[google-appengine] Re: Restrict access to "Google App Engine" services from outside invocation

2020-03-25 Thread 'vladoi' via Google App Engine
I am not sure how did you set up your use case but I would recommend to follow these two tutorials [1][2]. The target audience of the JWT has to be the oath2 client id form the IAP. --- [1]. https://www.qwiklabs.com/focuses/5562?parent=catalog [2]. https://dzone.com/articles/api-au

[google-appengine] Re: SocketTimeoutException outbound request - spring boot resttemplate

2020-03-25 Thread 'nibrass' via Google App Engine
Hello Ronald, In order to investigate further and determine your issue, could you please answer the following: 1) Are you using Google App Engine Standard or Flexible? 2) What are you doing in your code ( calls to other Google Cloud Platform products , etc ) ? 3) Other apps deployed in Google C

[google-appengine] Re: Naked https (SSL) domain?

2020-03-25 Thread Steve Verbeek
You basically need to have a separate server be able to handle the root (naked) domain and serve up a SSL certificate. A lot of services, such as Google App Engine do not do this for you, so you need something else capable of doing it. You could also use https://redirectssl.com it has free redi

[google-appengine] Re: Max 10,000 file limit is not suitable for modern full featured wordpress site or any PHP app

2020-03-25 Thread 'Jad El Houssami' via Google App Engine
Hello and thank you all for your feedback. @Dmitry I can certainly understand how the 10,000 file limit could be insufficient to your use case, however you must keep in mind that a free trial is meant for customers to learn the platform and exp

[google-appengine] Re: Max 10,000 file limit is not suitable for modern full featured wordpress site or any PHP app

2020-03-25 Thread Henry Saldyga
Thanks Jad. When Google set a 10'000 upload limit to BLOB to a commercial project where hundreds of external applications upload about 10'000 files in a month after they already uploaded 180'000 it ruins the business. You are our last hope, Jad Henry. On Wednesday, 25 March 2020 08:

[google-appengine] Cant deploy app

2020-03-25 Thread Jason Taylor
Hi I'm a complete newbie. I'm trying to deploy the app from MAC. When tg o get to the course build folder in command prompt i get the error "no such directory" I have navigated to the directory that contains Coursebuilder using the CD command. HELP!?! -- You received this message because

[google-appengine] Re: How to resolve google app engine latency while autoscaling?

2020-03-25 Thread 'David (Cloud Platform Support)' via Google App Engine
Hello, The first request made after deployment usually takes longer than subsequent requests as well as the first request when an application has not been serving traffic for a while since it will be a loading request