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/8beb4544-3e3e-4b50-8d1c-e3968075ec7bn%40googlegroups.com.
