I think the big problem of App Engine is still the instance scheduler.
Sometimes, it will spawn some dynamic instances for hours to do nothing.
Sometimes, it still insist on spawning new dynamic instances even if the 
currently spawned instances are idle.
Sometimes, the resident instances are idle, but the scheduler still let 
dynamic instances to handle the coming requests, which will spend your more 
front end hours.

On Friday, February 7, 2014 2:30:25 AM UTC+8, Rafael Sanches wrote:
>
> You should look for average request time more than anything else.
>
> Making it sure that your requests are short lived is key on appengine.
> On Feb 5, 2014 9:30 PM, "Tapir" <[email protected] <javascript:>> wrote:
>
>>
>> On Thursday, February 6, 2014 8:59:11 AM UTC+8, Vinny P wrote:
>>>
>>> On Wed, Feb 5, 2014 at 9:33 AM, Tapir <[email protected]> wrote:
>>>
>>>> The scheduler is stealing my front end hours money again, after 6 days 
>>>> for normal: http://imgur.com/yDETrKl
>>>>
>>>
>>>  
>>> Can you post a picture of the Quotas section and the graphs for 
>>> Instances, Requests By Type/Second, Traffic (Bytes/Second), and Memory 
>>> Usage (MB) for the last 7 days?
>>>   
>>>
>>
>> It seems the memory usage is a key factor to used instanced hours. 
>> http://imgur.com/PBxaKwR
>> But that is not what I can control. 
>>
>>  
>>
>>>   
>>> -----------------
>>> -Vinny P
>>> Technology & Media Advisor
>>> Chicago, IL
>>>
>>> App Engine Code Samples: http://www.learntogoogleit.com
>>>  
>>>  -- 
>> 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] <javascript:>.
>> To post to this group, send email to 
>> [email protected]<javascript:>
>> .
>> Visit this group at http://groups.google.com/group/google-appengine.
>> For more options, visit https://groups.google.com/groups/opt_out.
>>
>

-- 
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 http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to