Thanks for the info

I was also thinking of a custom sleep+retry routine as you mentioned, it 
works on most of the appengine error scenarios as you mentioned

But I'm also concerned whether the issue will increase as my app grows

I'm potentially running parallel lease tasks from the same queue, that has 
different tags, however each tag is leased discretely, so there aren't 
parallel lease's going on from the same tag

I have a hunch there is a hidden performance limit to the pull queues, like 
max 50 leases in a 10 second window etc. regardless of the tags

Ideally, I want to be able to run 1000+ lease_tasks's in parallel that each 
pulls tasks with a unique tag

-- 
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 http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/3a20197e-d089-414e-99d1-c5a3808f53c3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to