2782 isn't fully fixed. We now guarantee that DeadlineExceededException has been caught by someone before HardDeadlineExceededError is thrown, but we still don't always guarantee that you'll get either exception. If you are in a tight-bound CPU loop you may miss both notifications and just get a 500 error.
In the next few releases we will patch up that bug as well, and we'll close the 2782 at that point. On Thu, Apr 22, 2010 at 2:43 PM, Esteban Ignacio Masoero < [email protected]> wrote: > Excellent! Shouldn't the issue 2782 be marked as fixed? > > Thanks, > > Esteban > > > On Thu, Apr 22, 2010 at 2:58 AM, Guillaume Laforge <[email protected]>wrote: > >> Well done for the release! >> >> By the way: >> >> On Thu, Apr 22, 2010 at 00:37, Ikai L (Google) <[email protected]> wrote: >> > [...] >> > - Added two new system properties com.google.appengine.application.idand >> > com.google.appengine.application.version >> >> What about a property like com.google.appengine.environment, that >> could have "local" or "production" as values? >> I know there are some other mechanisms to check that, but that would >> be interesting to have that convention available. >> >> -- >> Guillaume Laforge >> Groovy Project Manager >> Head of Groovy Development at SpringSource >> http://www.springsource.com/g2one >> >> -- >> 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]<google-appengine-java%[email protected]> >> . >> For more options, visit this group at >> http://groups.google.com/group/google-appengine-java?hl=en. >> >> > -- > 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]<google-appengine-java%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-appengine-java?hl=en. > -- 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.
