Hi Matt. There will be periods of time where the datastore times out when writing or deleting entities, but these should be isolated. Has the error rate diminished since your initial post? Are you able to access the data viewer in your application's Dashboard?
- Jason On Sun, May 10, 2009 at 2:06 AM, Matt Murphy <[email protected]> wrote: > Hello, > > I uploaded a lot of data into app engine, and I am now trying to delete it. > > I have written a simple handler to delete a few items at a time. The other > day I was able to set the limit at 100 items without any trouble, but today > it seems to have trouble deleting far fewe items (and starts returning a > 500). > > Now, even if I set the limit to 1 item, it still times out trying to > delete. The code is as follows: > > results = models.MyModel.all().fetch(limit=1) > db.delete(results) > > Also, the dashboard is getting a server error when I try to look at the > data in the data viewer. > > Any suggestions or insights would be most helpful. > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" 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?hl=en -~----------~----~----~----~------~----~------~--~---
