Hello Abel,

Thank you for your message.

I have deployed a sample application on my App Engine environment using the 
configuration that you attach as my app.yaml and I have not been able to 
reproduce this behavior. I would like to ask, how are you attempting to see 
the instance list for each deployment? The most accurate and up to date 
data for this kind of monitoring is to use the command ‘gcloud app 
instances list’, which is how I can find the min_instance which is running 
for this sample deployment. Does this work for you?

Alejandro L


On Monday, January 3, 2022 at 10:03:14 AM UTC Abel Alcaraz Domínguez wrote:

> Hi,
>
> any idea why I can't see the number of instances started in my apps?
>
> in none of my projects I can see the number of instances started, with 
> this configuration:
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> *runtime: nodejs16instance_class: F1service: defaultautomatic_scaling:  
> min_instances: 1  max_instances: 2handlers:# Serve all static files with 
> url ending with a file extension.- url: /(.*\..+)$  static_files: build/\1  
> upload: build/(.*..+)$  secure: always  redirect_http_response_code: 301# 
> catch all handler to index.html- url: .*  static_files: build/index.html  
> upload: build/index.html  secure: always  redirect_http_response_code: 301*
>
> Thanks in advance for your help
> Abel
>

-- 
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/ba1f9274-f519-4a5f-bfbd-a354ebc05cc0n%40googlegroups.com.

Reply via email to