In a pull queue, you can use the task tagging feature https://developers.google.com/appengine/docs/python/taskqueue/overview-pull#Leasing_Tasks
See the section marked Experimental. This sounds like it could fit your use case well. Nick Verne On Mon, Jun 18, 2012 at 10:43 AM, Mahron <[email protected]> wrote: > Hi Nick, > > that is what I am currently doing. The problem is it doesn't scale. > > -- > 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.
