Current tasks count at Appengine Task Queue

Posted by splix on Stack Overflow See other posts from Stack Overflow or by splix
Published on 2010-05-23T18:56:29Z Indexed on 2010/05/23 19:00 UTC
Read the original article Hit count: 246

Are there any ways to get count of current unfinished tasks at Google Appengine development server? I need it for making my integration test.

I found a way to get this when running it local (just in mem), as described at appengine docs.

But when i'm running it as a standalone server, from maven, this doesn't work. Just because library appengine-testing conflicts with Appengine SDK classes, and i can't use those classes together, when running sdk dev server.

© Stack Overflow or respective owner

Related posts about java

Related posts about google-app-engine