[appengine-java] Re: how to query TaskQueue for count of running/pending tasks?

2011-01-23 Thread armh...@gmail.com
n Jan 23, 3:02 am, Didier Durand wrote: > Hi, > > it seems that you're right: I also see no other way and did the same > as you (with same issue) > > Nothing about this in the official roadmap either. > > didier > > On Jan 22, 8:19 pm, "armh...@gmail.com

[appengine-java] how to query TaskQueue for count of running/pending tasks?

2011-01-22 Thread armh...@gmail.com
Is it possible to programmatically query the Task Queue API to see how many tasks are currently executing/pending? I don't see any way to do this in the API, and so I resorted to creating objects in the Datastore to represent queued tasks. When run, the tasks then remove their corresponding entry