AFAIK if you don't catch exceptions, you'll get HTTP 500 error.
Can you post your code?
Are you sure that you do not try/catch the exception?

fabrizio


On Mon, Jul 19, 2010 at 12:38 AM, Philip Tucker <[email protected]> wrote:

> One of my tasks encountered a failure and wasn't retried. I think it's
> because the servlet returned a 200 response, but I don't know why it
> did since the exception bubbled all the way up to the base servlet. Do
> we need to explicitly return a 5xx error code in exception cases for
> retries to work?
>
> 07-18 02:46PM 06.907 /cleanerq 200 29515ms 9156cpu_ms 5404api_cpu_ms
> 0kb AppEngine-Google; (+http://code.google.com/appengine)
> 0.1.0.2 - - [18/Jul/2010:14:46:36 -0700] "POST /cleanerq HTTP/1.1" 200
> 0 "http://11.latest.wordwisegame.appspot.com/starttasks"; "AppEngine-
> Google; (+http://code.google.com/appengine)"
> "11.latest.wordwisegame.appspot.com" ms=29516 cpu_ms=9157
> api_cpu_ms=5404 cpm_usd=0.254392 queue_name=cleaner-queue
> task_name=5681724147391472665 exit_code=104
>
> ...

-- 
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 [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-java?hl=en.

Reply via email to