0

I'm wondering if it's possible to retrieve a list of defined Task Queue.

I want to create a custom page displaying the QueueStatistics (https://developers.google.com/appengine/docs/java/javadoc/com/google/appengine/api/taskqueue/QueueStatistics.html) for each queue.

Marcel Overdijk
  • 11,041
  • 17
  • 71
  • 110
  • See this question: http://stackoverflow.com/questions/4002514/getting-the-tasks-in-a-google-app-engine-taskqueue – Paul Collingwood Nov 07 '12 at 10:00
  • Note that I created this issue http://code.google.com/p/googleappengine/issues/detail?id=8405 to add this feature. – Marcel Overdijk Nov 07 '12 at 10:08
  • And you've had your answer by the look of it (check admin). The trouble is that *you* define the task queues and add and remove them. So I'd say that they are expecting you to also manage them and maintain your own list of active queues, as suggested in the question I linked to. – Paul Collingwood Nov 07 '12 at 10:19

0 Answers0