Reputation: 96746
Is there a way to determine programmatically how many tasks are queued in a taskqueue in AppEngine?
Upvotes: 3
Views: 210
Reputation: 1397
Just to update this question, now you can use the QueueStatistics class to solve this.
Upvotes: 2
Reputation: 73752
In the admin console, under Task Queues, there is a column labeled Tasks in Queue. I believe that's what you want.
Upvotes: 0