Hi all, I'm thinking of using the Task Queue feature in order to split a particular resource consuming request which could hit the 30 secs request limits. I've got a few questions about queues (for the moment, maybe more are coming :-))...
1) is it possible to simulate a serial tasks execution? I was thinking of the following configuration for that. <queue> <name>queue</name> <rate>5/s</rate> <bucket-size>1</bucket-size> </queue> 2) Where Can I find more information about what you call "the special task scheduling parameters"...?? 3) Is the quota "total queue execution rate" of 10/s a per queue basis quota or a global quota for all configured queues?? Thanks --~--~---------~--~----~------------~-------~--~----~ 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-java@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 -~----------~----~----~----~------~----~------~--~---