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
-~----------~----~----~----~------~----~------~--~---