>
> Seems I celebrated too soon. Looking at the logs for the past few days, it 
> seems I have a pretty consistent 2 idle instance, despite my 
> max_idle_instances set to zero.
>
> My app.yaml has:
>
> runtime: python27
> api_version: 1
> threadsafe: yes
>
> automatic_scaling:
>   max_idle_instances: 0
>   max_pending_latency: 200ms
>   max_concurrent_requests: 20
>
> If I’m not being charged for these idle instance, then that’s fine, but I 
> can’t figure out how to tell if that’s the case.
>
> Any advice?
>
>
>
> On Dec 20, 2019, at 2:21 PM, Joshua Smith <[email protected] 
> <javascript:>> wrote:
>
> Thank you both!
>
> I love when the documentation is wrong :)
>
> I’m trying:
>
> automatic_scaling:
>  max_idle_instances: 0
>  max_pending_latency: 200ms
>  max_concurrent_requests: 20
>
> So far, the site is still quite responsive, and there are not a bunch of 
> idle instances lying around. So yay!
>
> -Joshua
>
>  
my advice is the same.

automatic_scaling:
  max_idle_instances: 1
  min_idle_instances: 1
  max_concurrent_requests: 20


 
 

-- 
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/b89a5f14-239a-46c1-a7a6-6b42a375928e%40googlegroups.com.

Reply via email to