How can I check programmatically the status of my task queue in Google Appengine?

Viewed 587

I am firing up a queue to complete some tasks in Python Appengine application. Is there a way to get the status of the queue? I would like to check whether it is still running or has incomplete tasks.

2 Answers
Related