Hello Julien, If you want to limit the total number of running instances to one, in Standard Environment, you specify this in your app's app.yaml configuration file, for instance by choosing manual scaling, and setting desired value for the max_instances parameter. Manual scaling uses resident instances that continuously run the specified number of instances irrespective of the load level. More details are to be found on the "How Instances are Managed" page <https://cloud.google.com/appengine/docs/standard/python/how-instances-are-managed#scaling_types>. Some settings in Automatic scaling may get you the same functionality.
-- 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/4c32ec60-e8d2-481c-94c9-c4e6d4f90094%40googlegroups.com.
