I'm attempting to run a map-reduce job from Java. The job kicked off and started without a hitch, but now it's stuck waiting on ~34 tasks to finish. The job is stuck in the "ExamineStatusAndReturnResult" phase, after the ShardedJob phase. I see ~34 tasks in my queue all of the form: POST /mapreduce/workerCallback/map-*hex-numbers* They all say that the previous run returned a 429 Too Many Requests (http://tools.ietf.org/html/rfc6585#section-4). I'm guessing I've hit some kind of limit/quota, but I cannot tell what/where this quota is.
How can I find out what is causing the 429 response code? Thanks! -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/d/optout.
