[appengine-java] CPU Time metric is not being reset !!

2009-11-11 Thread avirads
CPU Time metric that exists in the Quota Details section, under the Requests is not being reset on a daily basis. Infact it has never been reset at all!! I have been observing it gradually increase for the past week. It keeps on increasing and finally i hit the max and the app wont work anymore

[appengine-java] Re: DeadlineExceededException not correctly thrown during a transaction

2009-11-11 Thread avirads
same issue here... in my case , it did delete all the rows in the entity. but still the error persists. On Oct 28, 5:15 pm, Prashant wrote: > code snippet : > > ... > ... >            query = pm.newQuery(Link.class); >             try{ >                 count = query.deletePersistentAll();