Hi,

We've been experiencing very high costs on one of our google appengine 
flexible environment apps.
To try reduce the costs, I updated the app.yaml to the following:

runtime: custom


env: flex
entrypoint: gunicorn -b :$PORT main:app
resources:
  cpu: 1
  memory_gb: 1.0

automatic_scaling:
  min_num_instances: 1
  cool_down_period_sec: 60



I realise that the min number of instances is normally 2, and cool down 
period is normally 120seconds, but I was trying to establish whether this 
would help.
So I ran the application a few times, and 15 mins later I still have 4 
instances running (with 0 traffic). Is this expected behaviour and does 
having these idle instances drive up cost?


Thanks
Rob

-- 
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/87524c06-394b-4f9a-af39-278dec6d44e4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to