When you say you're getting a 202 error, is that a HTTP status code or the
App Engine internal error code that you're receiving?

Can you also post the stack trace and any exception message connected with
the ApiDeadlineException?


-----------------
-Vinny P
Technology & Media Advisor
Chicago, IL

App Engine Code Samples: http://www.learntogoogleit.com




On Tue, Mar 11, 2014 at 9:14 PM, Evan Ruff <evan.r...@gmail.com> wrote:

> I've been working on a Task that exports a bunch of datastore entries out
> to GCS and am getting some wacky behavior. Sometimes, the thing fails in
> <30 seconds with a 202 error in the log that I can't catch in the code.
> Sometimes, I get an ApiDeadlineException when trying to get the cursor from
> my iterator after 30 seconds. Other times, I'll get a Java heap space error
> after three or four cursor pulls. There is nothing in my logs that is out
> of the ordinary and I'm not keeping a reference to anything anywhere.
>
> What is causing this completely unpredictable behavior? Is something going
> on with Datastore?
>

-- 
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.
For more options, visit https://groups.google.com/d/optout.

Reply via email to