Hey Sekhar

This error code indicates that the request exceeded the 30 second
deadline, but we were unable to throw a HardDeadlineExceedError (or
your code catches this error and was doing clean up work). Without
seeing your code, it's hard to know for sure. If it is datastore code,
you might be seeing this as a result of a datastore issue causing
increased latency with requests:
http://groups.google.com/group/google-appengine-downtime-notify/browse_thread/thread/3349ec6b1621a095

On May 10, 11:13 pm, Sekhar <sek...@allurefx.com> wrote:
> I've been struggling to get past this wretched error when using task
> queues:
>
> A serious problem was encountered with the process that handled this
> request, causing it to exit. This is likely to cause a new process to
> be used for the next request to your application. If you see this
> message frequently, you should contact the App Engine team. (Error
> code 203)
>
> Could someone help please? I tried custom queues and default queue;
> one param and two params. It used to fail intermittently, now it fails
> regularly.
>
> --
> You received this message because you are subscribed to the Google Groups 
> "Google App Engine for Java" group.
> To post to this group, send email to google-appengine-j...@googlegroups.com.
> To unsubscribe from this group, send email to 
> google-appengine-java+unsubscr...@googlegroups.com.
> For more options, visit this group 
> athttp://groups.google.com/group/google-appengine-java?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to