Hi,

What are those requests that result in errors?

On Sunday, April 19, 2015 at 8:53:24 PM UTC+2, Kaan Soral wrote:
>
> I started regularly getting 200-1000 of these in batches
>
> Not sure what to do about them
>
> My other app that handles more requests never has them, I'm guessing they 
> are related to instance bursts, the app that experiences the issue probably 
> bursts instances too much
>
> I don't think the issue is memory related, as in that case, the instances 
> usually die with the critical memory error
>
> On Tuesday, April 14, 2015 at 10:58:20 AM UTC+3, Mario wrote:
>>
>> Hi Kaan,
>>
>> This error is sometimes created by your requests going over the memory 
>> limit of your instance. You could try to update the instance to F4 or to 
>> make your requests to process data in smaller chunks. 
>>
>> Mario
>>
>> On Monday, April 13, 2015 at 11:52:19 PM UTC+2, Kaan Soral wrote:
>>>
>>> Hi Cody
>>>
>>> That makes an extreme amount of sense, it would also explain a lot of 
>>> the inconsistent behaviours of appengine, especially invisibly exhausted 
>>> taskqueue retries
>>>
>>> I checked the logs, however, although my log storage is more than 
>>> enough, for some reason the phrase "aborted"/".*aborted.*" didn't produce 
>>> any results, didn't pursue the issue further, the log routines are annoying 
>>> at best
>>>
>>> Mario, the instances are:
>>> instance_class: F2
>>> automatic_scaling:
>>>   min_idle_instances: 1
>>>   max_idle_instances: 1
>>>   max_pending_latency: 900ms
>>>
>>> The issue has been happening in bursts lately
>>>
>>> On Monday, April 13, 2015 at 10:28:00 PM UTC+3, Cody Landgrebe wrote:
>>>>
>>>> Kaan,
>>>>
>>>> Looking at the SDK release notes and current version of GAE console app 
>>>> engine release 1.9.19 notes have not been published yet; but from 
>>>> research my assumption is that the logging level was changed from info to 
>>>> error in the latest version. If you look through your logs prior to the 
>>>> move to .19 I assume that you will have the same messages but logged as 
>>>> info.
>>>>
>>>> On Saturday, April 11, 2015 at 12:02:34 PM UTC-5, Kaan Soral wrote:
>>>>>
>>>>> "Request was aborted after waiting too long to attempt to service 
>>>>> your request."
>>>>>
>>>>> I've been seeing these messages a lot lately, momentarily many 
>>>>> requests log these errors, it floods the error logs
>>>>>
>>>>> Anyone else?
>>>>>
>>>>

-- 
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 google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/570dfd18-afe0-4165-8bd6-e8f1f2a86da6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to