I have the following configuration in my app.yaml
runtime: nodejs10
manual_scaling:
instances: 1
instance_class: B1
With this configuration, will my instance go idle even if it does not receive requests?
My node app is not really a https-server. It runs a couple of jobs based on data from a firestore db. I want this to always run and was wondering if this is possible with App Engine