Is there a way to determine programmatically how many tasks are queued in a taskqueue in AppEngine?
A:
In the admin console, under Task Queues, there is a column labeled Tasks in Queue. I believe that's what you want.
jhs
2009-10-14 15:57:45
I'd like this capability accessible programmatically.
jldupont
2009-10-14 16:06:12
Sorry, did I miss that in your question or did you add it later? Anyway I've been considering some sort of scraper that gets the data from the admin console. Besides this, I hate how I have no historical records of my quota usage.
jhs
2009-10-14 17:34:14