Hi Nikitha, I tried to reproduce the issue by following this quickstart <https://cloud.google.com/appengine/docs/standard/nodejs/quickstart> and using your App.yaml file, but it works fine for me. If the issue still persists, I recommend to report it to the Issue Tracker <https://cloud.google.com/support/docs/issue-trackers#bug_reports> and provide us with the steps you are taking to reproduce it. We also need the REDACTED output of the "gcloud app deploy --verbosity debug" command and "gcloud info --anonymize" command to dig into the issue.
I should add that an instance of an auto-scaled service is always running. You may take a look at Scaling dynamic instances <https://cloud.google.com/appengine/docs/standard/python/how-instances-are-managed#scaling_dynamic_instances> to get a good grasp of how App Engine scales up dynamic instances. You may tune the parameters for scaling <https://cloud.google.com/appengine/docs/standard/python/config/appref#automatic_scaling> if you would like to put a limit on autoscaling. -- 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/ef9e0659-02e3-4f17-8913-4682d0a7969d%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
