Hi Ivan,

This error occurs when all the request handlers for your app are busy
processing requests, and incoming requests are queued for more than 10
seconds. This is usually because your app takes a very long time to process
requests, or because you're doing 'long polling' or something else that
causes your app to artificially inflate the amount of time it takes to
return a response.

-Nick Johnson

On Thu, Feb 11, 2010 at 10:08 PM, Ivan Pardo <[email protected]> wrote:

> I'm desperately seeking a solution to this error.  For my app, it has
> awful consequences because if a user tries to visit the site while a
> cron job that will result in a 500 error is running, ALL RPC CALLS
> WILL FAIL.  I've scoured through my code for weeks now trying to
> discover what could possibly be causing it.  i have yet to find an
> answer.  the strange thing is that on some deployments it works
> perfectly fine, and then the next time i deploy every cron job will
> result in a 500.  could it be related to eclipse or datanucleus?  I'm
> no where near the quotas ive set up, i have billing enabled, and yet i
> still have this error coming up all the time.  at this point, ANY
> INSIGHT is greatly appreciated.
>
> My app is ~6000 lines of code so its difficult to troubleshoot the app
> with no guidance.  up until this issue came up, ive had very few
> problems with app engine, but i now find it very disappointing that
> there are hundreds of threads about this error and ive yet to see an
> official response from google.
>
> On Feb 11, 10:48 am, Peter Liu <[email protected]> wrote:
> > I normally see this error when a cron job is run. But I just see this
> > on my site just now. Therequesttime out (at ~10sec, 0cpu) without
> > hitting the app at all. There's almost no load on the server so it's
> > not a quota issue.
> >
> > Is there a way to prevent this? If it's an error that can be
> > recovered, I can live with it. But we can't do anything with those
> > because it never hit our code.
> >
> > Can Google configure this type of time out to show or redirect to an
> > error page of our choice? Right now it shows a 500 error with black
> > and white text. It looks really ugly and doesn't explain what happened
> > to the user. The user will need to refresh the page by faith.
> >
> > Thanks.
> >
> >       02-11 10:23AM 40.220 /recent/spot/1 500 10025ms 0cpu_ms 0kb
> > Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.7) Gecko/
> > 20091221 Firefox/3.5.7,gzip(gfe),gzip(gfe)
> >       See details
> >
> >       67.49.47.0 - sgplatform [11/Feb/2010:10:23:50 -0800] "GET /
> > recent/spot/1 HTTP/1.1" 500 0 "http://www.vikispot.com/"; "Mozilla/5.0
> > (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.7) Gecko/20091221 Firefox/
> > 3.5.7,gzip(gfe),gzip(gfe)" "www.vikispot.com"
> >
> >      Requestwasabortedafterwaitingtoolongtoattempttoserviceyourrequest.
> Most likely, this indicates that you have reachedyour
> > simultaneous dynamicrequestlimit. This is almost always due to
> > excessively high latency inyourapp. Please seehttp://
> code.google.com/appengine/docs/quotas.htmlfor more details.
>
> --
> 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%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/google-appengine?hl=en.
>
>


-- 
Nick Johnson, Developer Programs Engineer, App Engine
Google Ireland Ltd. :: Registered in Dublin, Ireland, Registration Number:
368047

-- 
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