Hello George, Thanks for your reply. When a particular version of an application is not used, App Engine turns off its associated instances (standard env). But when I go to my app dashboard I can still see instances running, which are associated with old versions of the application. Is there any particular scenario where it doesn't turn off some of the instances and do we need to manually clean those instances in that scenario?
On Wed, Sep 18, 2019 at 12:46 AM 'George (Cloud Platform Support)' via Google App Engine <[email protected]> wrote: > Hello Pardeep, > > Do you refer to App Engine Standard Environment? When an application is > not being used at all, App Engine turns off its associated dynamic > instances, but readily reloads them as soon as they are needed. Reloading > instances can result in loading requests and additional latency for users. > In your case, if you have old versions not serving any traffic, no > instances are running, so no related costs are incurred. Applications > running in the App Engine standard environment > <https://cloud.google.com/appengine/docs/about-the-standard-environment> are > deployed to instance classes > <https://cloud.google.com/appengine/docs/about-the-standard-environment#instance_classes> > that > you specify. Costs are per hour per instance, so no costs are incurred > with no instance running. You may gather more detail from the "App Engine > Pricing" page <https://cloud.google.com/appengine/pricing>. You may also > use the Pricing Calculator > <https://cloud.google.com/products/calculator/#tab=app-engine>. > > -- > 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 view this discussion on the web visit > https://groups.google.com/d/msgid/google-appengine/30d0170f-b4e3-40ed-962e-694e54b36ed4%40googlegroups.com > <https://groups.google.com/d/msgid/google-appengine/30d0170f-b4e3-40ed-962e-694e54b36ed4%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/CAEspYKGYHFmqSQ1iJi7rqQekeWKWnp-pNrE8kxFqF1LHTuRAzQ%40mail.gmail.com.
