Hi Jordan, Thanks, it seems I'm up to date on the current status of flex environment after all. We do already employ the techniques you mentioned to keep costs down.
Miguel Vitorino Technical Director Skype: miguel.vitorino Support UK: +44 (20) 33 896 112 Support US: +1 (646) 350-0511 On 10 July 2017 at 20:16, 'Jordan (Cloud Platform Support)' via Google App Engine <[email protected]> wrote: > Thank you Miguel for the clarification. > > Currently the App Engine Flexible environment requires at least one > instance > <https://cloud.google.com/appengine/docs/flexible/python/flexible-for-standard-users#scaling_characteristics> > to be active in a version in order for requests to be routed to it. Our > engineering team is working very hard on a good "scale to zero" solution > for the Flex environment. There is currently no ETA for its implementation. > > In the meantime, there is a great article on Reducing Costs for App > Engine Flex > <https://medium.com/google-cloud/three-simple-steps-to-save-costs-when-prototyping-with-app-engine-flexible-environment-104fc6736495> > that > I recommend you read. The idea is the same, reduce instances, but for every > deployed version and service. When you deploy a new version on your app, > App Engine will keep the instances of older versions running. This will in > turn increase costs for every deployed version and service. You should > therefore ensure to delete all instances in all unused versions. > > --------------------------------------- > > Concerning health checks. Health check requests to your application will > not affect performance or cost. A health check will not ask your > application to do any work, and instead simply pings the instance and > container running your application to ensure they are alive and well. > > -- > You received this message because you are subscribed to a topic in the > Google Groups "Google App Engine" group. > To unsubscribe from this topic, visit https://groups.google.com/d/ > topic/google-appengine/uaiyicw6rhg/unsubscribe. > To unsubscribe from this group and all its topics, 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/0337d53b-e93f-4890-a911- > 2e973ccacd43%40googlegroups.com > <https://groups.google.com/d/msgid/google-appengine/0337d53b-e93f-4890-a911-2e973ccacd43%40googlegroups.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- 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/CAB5oza-eHXpiN1_TjUsJYB%3Dh%2BW78w6-%3DGt-%3DZL3Nmikc1%2BEk%3Dg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
