Local Task Queue are running tasks as fast as they can an not honouring the maximum rate for the queue. on a 0.5/s queue I'm seeing 80+ tasks handled in a matter of seconds. This is a problem for me because I am using the URLFetch service to fetch content that I am not supposed to request more than once every 2 seconds.
I'd like to at least see the local queues honouring the maximum rate, but it would be really useful to be able to "pause" the queues and have the old method of manually triggering tasks in the queue to be processed. Sometimes I just want to test that I'm queuing stuff up correctly and don't necessarily want the tasks to run. -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to google-appengine-j...@googlegroups.com. To unsubscribe from this group, send email to google-appengine-java+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en.