Hello,
I think I am missing something on how task queues are polled.
I have a queue with the following configuration :
<queue>
<name>queueAlbumSync1</name>
<rate>100/s</rate>
<bucket-size>100</bucket-size>
<max-concurrent-requests>100</max-concurrent-requests>
</queue>
this is what I see in the Admin Console :
Queue Name : queueAlbumSync1
Maximum Rate : 100.0/s
Bucket Size : 100.0
Maximum Concurrent : 100
Oldest Task : 2011-07-21 07:45:16 (0:45:32 ago)
Tasks in Queue : 41
Run in Last Minute : 1
Running : 1
So my question is : how can I ensure that instances are created to process
the queue whenever there are tasks in it?
Thanks
emerix
--
You received this message because you are subscribed to the Google Groups
"Google App Engine for Java" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/google-appengine-java/-/jpXPVFdKFIcJ.
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-java?hl=en.