[google-appengine] Re: Is it possible to detect when a Google App Engine Instance starts (via a method, API, or some call or event to monitor)

2019-01-08 Thread 'Nicolas (Google Cloud Platform Support)' via Google App Engine
Hi, There are a couple of ways to check if an instance of App Engine is up and running however they are all external to the app itself. Based on my research, it seems that what you are looking for is not available on App Engine at the moment and due to that I would recommend that you file a

[google-appengine] Re: Is it possible to detect when a Google App Engine Instance starts (via a method, API, or some call or event to monitor)

2019-01-05 Thread NP
Thanks for the suggestion. I'll keep this to use as a worst case scenario because there are limitations to using warm-up requests - the link you sent me has this . *Note that warmup requests are not guaranteed to be called. In some situations loading requests are sent instead: for example,

[google-appengine] Re: Is it possible to detect when a Google App Engine Instance starts (via a method, API, or some call or event to monitor)

2019-01-05 Thread Vitaly Bogomolov
Hi, NP. You can use warmup requests for this task: https://cloud.google.com/appengine/docs/standard/go/configuring-warmup-requests WBR, Vitaly. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiv