[google-appengine] Task Queue REST API and push queues?

2012-02-02 Thread Jan Zawadzki / Hapara
The REST API does not appear to allow access to the push queues. It would be hugely valuable to get at least the queue state info for all queues - is there some magic incantation that allows this, or is this in the works? Has anyone seen examples of this that work against push queues? Thanks! J

RE: [google-appengine] Task Queue REST API and push queues?

2012-02-02 Thread Brandon Wirtz
Mastermind Group -Original Message- From: google-appengine@googlegroups.com [mailto:google-appengine@googlegroups.com] On Behalf Of Jan Zawadzki / Hapara Sent: Thursday, February 02, 2012 11:08 PM To: Google App Engine Subject: [google-appengine] Task Queue REST API and push queues? The

Re: [google-appengine] Task Queue REST API and push queues?

2012-02-02 Thread Robert Kluin
Hi Jan, The REST API is only for pull queues. I don't believe there's currently any way to get info about tasks in your push queues. There is / was a status / quota API discussed at last year's IO, but I don't think it has been released. It might be in TT status, but I can't remember for sur

Re: [google-appengine] Task Queue REST API and push queues?

2012-02-02 Thread Robert Kluin
By the way, this is something I've asked about a number of times as well. I'd love to be able to get the same stats presented on the dashboard. Robert On Fri, Feb 3, 2012 at 02:21, Robert Kluin wrote: > Hi Jan, >  The REST API is only for pull queues.  I don't believe there's > currently a

Re: [google-appengine] Task Queue REST API and push queues?

2012-02-04 Thread James Broberg
Sure would be great to know the queue lengths for instance... On 3 February 2012 18:22, Robert Kluin wrote: > By the way, this is something I've asked about a number of times as > well.  I'd love to be able to get the same stats presented on the > dashboard. > > Robert > > > > > > > On Fri, Feb 3

Re: [google-appengine] Task Queue REST API and push queues?

2012-02-04 Thread Robert Kluin
I totally agree. I'd love to be able to programmatically query the task count and currently enforced rate for each queue. It might also be nice to get the run-in-last minute and currently running numbers as well. Robert On Sat, Feb 4, 2012 at 19:01, James Broberg wrote: > Sure would be grea