jldupont
jldupont

Reputation: 96746

AppEngine Taskqueue: is there a way to determine the queue depth?

Is there a way to determine programmatically how many tasks are queued in a taskqueue in AppEngine?

Upvotes: 3

Views: 210

Answers (3)

payala
payala

Reputation: 1397

Just to update this question, now you can use the QueueStatistics class to solve this.

Upvotes: 2

Nick Johnson
Nick Johnson

Reputation: 101149

Not currently, no.

Upvotes: 1

JasonSmith
JasonSmith

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

Related Questions