Hi, >From a task servlet I catch DeadlineExceededException put another task on the queue to continue the work. This was working well until a few days ago - recently it has been throwing a HardDeadlineExceededError after the new ask is added to the queue resulting in many tasks executing (i.e. the original task retries)
When I get a HardDeadlineExceededError the stack trace seems to be the same as that which caused the original DeadlineExceededException. Is this right? I expected to see a different stack trace in code that is placing the task on the queue or writing a response. Cheers, John
-- 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.
