task strategies for handling HardDeadlineExceededError

Posted by Stevko on Stack Overflow See other posts from Stack Overflow or by Stevko
Published on 2010-05-30T21:18:01Z Indexed on 2010/05/30 21:22 UTC
Read the original article Hit count: 200

I've got a number of tasks/servlets that are hitting the HardDeadlineExceededError which is leaving everything hanging in an 'still executing' state.

The work being done can easily exceed the 29 second threshold.

I try to catch the DeadlineExceededException and base Exception in order to save the exit state but neither of these exception handlers are being caught...

Is there a way to determine which tasks are in the queue or currently executing?

Are there any other strategies for dealing with this situation?

© Stack Overflow or respective owner

Related posts about java

Related posts about google-app-engine