Hi Tony, It happens that certain mapreduce tasks just retry forever in circumstances like this. It's possible one job started and could never succeed, and it now blocks every other job you kickoff.
I would suggest manually stopping and emptying all your queues, then once they're down, you can go in your datastore viewer and manually edit all the "AE_" entries to have a Status of "aborted". This should prevent the back-end from trying them again. Cheers On Monday, October 12, 2015 at 12:32:15 AM UTC-4, A. Kong wrote: > > Hi all, > > I used to be able to delete entities using the, obviously, 'Delete > Entities' button in datastore admin. > > > However in last two days it simply stopped working. The kickoff jobs > simply failed and stuck > > > > > > <https://lh3.googleusercontent.com/-ecSuou-dvjM/Vhs1L2qDeKI/AAAAAAAABWQ/URHg8W-DuB8/s1600/Screen%2BShot%2B2015-10-12%2Bat%2B3.20.42%2Bpm.png> > > > > The 'reason to retry' of these tasks are simply 'App Error'. > > > <https://lh3.googleusercontent.com/-0jIjHct-Nqw/Vhs3N4orkiI/AAAAAAAABWc/-bNu2i0Nik8/s1600/Screen%2BShot%2B2015-10-12%2Bat%2B3.28.39%2Bpm.png> > > > How can I get the 'delete entities' to work again? > > > Here is some additional information: > > > We have defined a 'default' task queue which points to our 'app' module as > target. This caused datastore operations failures. Therefore I added a new > a queue called 'data-backup' and set its target to > 'ah-builtin-python-bundle' and used this taskqueue for datastore operations > (delete, restore etc). In the last two days both queues ('default' and > 'data-backup') are filled with failed kickoff jobs. > > > > > Cheers, > > > Tony > > > > > -- 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. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/03eebb06-207e-43f1-ba0a-966f3cc3fb52%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
