Hi, Joshua.

try to change automatic_scaling section to:

automatic_scaling:
  max_idle_instances: 1
  min_idle_instances: 1
  max_concurrent_requests: 20

BTW, I have the apps, that three times more load, that I see at your image. 
These apps fit to free quota.

WBR, Vitaly
 

> A big cost driver has been Instances. Looking at my dashboard I see that 
> auto-scaling seems to like to leave around a lot of idle instances:
>
>
> Looking at the docs, I was pleased to see that at some point, apps got 
> more control over auto-scaling. Accordingly, I tried adding this to 
> app.yaml:
>
> automatic_scaling:
>   max_instances: 3
>   max_idle_instances: 1
>   max_pending_latency: 100ms
>   max_concurrent_requests: 20
>
> Alas, if I try to deploy (I’m still using python 2.7 and the Launcher), I 
> get this error:
>
> appcfg.py: error: Error parsing app.yaml: Unexpected attribute 
> 'max_instances' for object of type AutomaticScaling.
>   in "app.yaml", line 8, column 18.
>
> Launcher says it’s up-to-date, but I’m sure it isn’t. Is this simply a 
> matter of finding and installing the latest Launcher app? I’ve been 
> avoiding that because I know google wants me to stop using it, so I have 
> been in “if it ain’t broke, don’t fix it” mode.
>
> -Joshua
>
>

-- 
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/fcca6fe4-fda8-4c73-a535-e45526e3fe4f%40googlegroups.com.

Reply via email to