Re: [appengine-java] Re: HardDeadlineExceededError stack trace

2010-01-13 Thread John Patterson
On 13 Jan 2010, at 14:43, Wesley Chun (Google) wrote: john, HardDeadlineExceededError cannot be caught. you should see DeadlineExceededException and catch that instead... I am not catching HDEE - I am catching DEE and then starting a new task to continue the original tasks work as

[appengine-java] Re: HardDeadlineExceededError stack trace

2010-01-12 Thread Wesley Chun (Google)
john, HardDeadlineExceededError cannot be caught. you should see DeadlineExceededException and catch that instead... as explained in this thread below, seeing HardDeadlineExceededError means that something has caused DeadlineExceededException to get discarded or it's going so fast, that there