We are using Java appengine standard.

The appid is our test server with 1 min instance running always on F1

Even if there is no traffic, the instances are spinning.  This is not
good.  Why should there be so many instance restarts.

Low traffic website are facing the following latency because of constant
instance spinning
Lets say, the instance is started with the /_ah/warmup and the instance is
ready to serve.  Now a new request arrives and the newly created instance
serves the request.  The first request here always takes a longer time,
because of java loaders loading the classes and other things.  Had this
request been served by a old instance, the serving will be faster.

Please see the following instance spinning with no requests at all.   Don't
kill the instances, and try to serve the request always with a older
instance.

[image: Inline image 2]

-- 
Regards,
Rajesh
*www.VeersoftSolutions.com <http://www.VeersoftSolutions.com>*
*www.GainERP.com <https://www.gainerp.com>*
*Accounting/Inventory/Orders/Sales/Purchase on Google Cloud Platform and
Mobile*

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/CA%2BS7ijZ-f9yPKX7mqF7cEeDoT8%3DexhidE-YH49jpTRLM7P0Psg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
  • [google-appengine]... Rajesh Gupta

Reply via email to