[google-appengine] Bulk delete stuck

2011-10-17 Thread b
Hi, I recently initiated bulk delete of 3 entity kinds from Datastore Admin - this generated 5 "steps", 3 of which finished fairly fast (and have apparently deleted those entities), and 2 which have been "active" for hours. Is there any way for me to find out whats going on, and when will this

[google-appengine] Bulk Delete via the remote api console

2010-09-02 Thread fedex1
Hi, Is there something additional that is needed to delete via the remote api console? Is there some transaction logic needed? I try it and it seems to work, asks for userid and password and makes all the remote_api calls but when it finishes NONE of the items are deleted. For example, after im

[google-appengine] Bulk Delete...

2009-10-28 Thread jimmer
Does anyone know how to bulk delete the datastore via the appcfg.py file? I bulk upload data into a datastore daily. The following day I need to remove all data from the datastore and re-upload the data again. The bulk upload is not a problem, this works fine. I can also bulk delete the data from