I am using push queues and little confused with documentation. Lets a I 
have queue called *'push-task'* and I have configured that as follows

        
<queue>
 <name>push-task</name>
 <rate>60/h</rate>
 <bucket-size>120</bucket-size>
 <max-concurrent-requests>1</max-concurrent-requests>
 </queue>

Now if I add 5 tasks a to the same *'push-task'* queue and each task has 
1sec latency then 5 tasks will be completed in 5 sec.

What does it mean by above configuration
1. What is the bucket initial token size? On start bucket get initialized 
with 120 tokens?
2. 60/h means at any given minute only one token will be available in 
bucket. So, only one task will get executed in a minute? 

If possible please provide some example. Even if document has some example 
that would be helpful.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/900157e0-776b-4dbb-aaf4-d986b26ca4e5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to