Not fixed for me - I am still getting it pretty often not on cron-jobs
but on normal calls (even on the google login service call):

"Request was aborted after waiting too long to attempt to service your
request. Most likely, this indicates that you have reached your
simultaneous dynamic request limit. This is almost always due to
excessively high latency in your app. Please see
http://code.google.com/appengine/docs/quotas.html for more details."

This is pretty annoying and is a serious limitation to my commercial
app.

It seems to happen when the app is in idle state - once you manage to
load the first time then everything seems to go smoothly.

Puzzled ...

On Jan 29, 5:07 am, Abhinav Bhagwat <[email protected]> wrote:
> I am monitoring my app since past 1 week and I have found that the error
> rate has dropped to almost 0% (I see 1 or 2 requests failing sometimes).
> Thanks for fixing this issue.
>
> Thanks,
> Abhinav
>
>
>
> On Thu, Jan 21, 2010 at 5:55 AM, Xlorep DarkHelm <[email protected]> wrote:
> > Just as an FYI, I also have been seeing this bug happen over and over,
> > I have a cron job (that quite simply just drops off a task to be
> > processed into the default task queue), and it fails probably 60% of
> > the time, from casual glance at my logs. I originally just wanted this
> > cron to run once a day, but because of the high failure rate, I am
> > forced to make it run once an hour (and have code to gracefully end if
> > it already successfully ran within a day). Pretty frustrating to deal
> > with, and I'd appreciate if this problem was resolved.
>
> > I'm fairly confident in how I'm using the API as far as it is matching
> > the details in the documentation (the cron job is extraordinarily
> > simple).
>
> > My tasks also have this crop up, but they fortunately wait and try
> > again, which makes them work a lot better than the cron currently,
> > which just simply ends and refuses to try again without me using this
> > current work-around.
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "Google App Engine" group.
> > To post to this group, send email to [email protected].
> > To unsubscribe from this group, send email to
> > [email protected]<google-appengine%2Bunsubscrib 
> > [email protected]>
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/google-appengine?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to