Hi Ernesto,
  Does that typically happen on loading requests?  DeadlineExceeded
errors are usually associated with datastore or URL Fetch calls.
Depending on what you're doing, you can try to solve them by catching
and retrying or gracefully handling the error.  You might try posting
the traceback, and possibly the relevant code; perhaps someone will
have some more specific ideas.


Robert





On Sun, Mar 13, 2011 at 17:29, Ernesto Karim Oltra
<[email protected]> wrote:
> Sporadically I receive a deadline error, refresh the page again and
> all goes well. In the logs it says it's a line containing a comment
> (from gdata package, so i'm sure it's not an error) or a simple import
> logging; things like that.
>
> So my question is, what throws this error when the instance is
> apparently perfect? There is any method to avoid it? Because it's not
> an issue and only occurs once or twice a day I could simply ignore
> them as I've been doing, but I was wondering if any googler could give
> a better explanation for this strange errors =)
>
> --
> 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.
>
>

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