If you would like this feature, please file feature request on the
issue tracker: http://code.google.com/p/googleappengine/issues/list.

You can currently get the same details by looking at the admin
console: https://appengine.google.com/

On 22 September 2011 05:26, Jason Collins <[email protected]> wrote:
> There are API points to retrieve task queue stats. E.g.,
>
>  request = taskqueue_service_pb.TaskQueueFetchQueueStatsRequest()
>  response = taskqueue_service_pb.TaskQueueFetchQueueStatsResponse()
>  e.MakeSyncCall('taskqueue', 'FetchQueueStats', request, response)
>
> However, these seem to return Application Error: 9 (permission
> denied).
>
> Any plans to simply flip this on so that we can have a peek at our
> queues?
> j
>
> --
> You received this message because you are subscribed to the Google Groups 
> "Google App Engine" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to 
> [email protected].
> For more options, visit this group at 
> http://groups.google.com/group/google-appengine?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to