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 from the Datastore.

As you can imagine, it's easy for this to get out of sync. I'd
actually be pretty happy just to be able to get a simple count of
tasks in the queue for a given queue name.

Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to