On Wed, Aug 14, 2013 at 2:56 AM, Brandon <[email protected]> wrote:
> This mail queue is built by my self, in fact, it's a sub-queue from a > process queue. > > I would heavily recommend moving to App Engine's Task Queue service. It's one of the best parts about GAE. On Wed, Aug 14, 2013 at 2:56 AM, Brandon <[email protected]> wrote: > I just can figure out why a simple update can't be done but the insert > action is totally no problems. > If there's something wrong with the persistence manager, the insert action > should not succeed. > > It's possible that the inserts are being delayed for some reason. Try putting in a delay between datastore accesses, that might reduce the problem. On Wed, Aug 14, 2013 at 2:56 AM, Brandon <[email protected]> wrote: > > I think I'll try that AppStats tool to see what's happened. > Remember that AppStats only retains the last 1,000 requests, so depending on how many service calls you do, check the AppStats screen often. ----------------- -Vinny P Technology & Media Advisor Chicago, IL App Engine Code Samples: http://www.learntogoogleit.com -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/groups/opt_out.
