On Wed, May 2, 2012 at 1:34 PM, Michael Hermus <[email protected]>wrote:
> Excellent, thanks! One question though: isn't there an issue similar > to the HRD 'Eventual Consistency' with the Task Queue? In other words, > there is a variable latency between queue insert and lease > availability that could potentially spike high enough so that the fan- > in task misses some work. > > If this is true, we still need some sort of cleanup mechanism for a > robust implementation. I have several ideas for this, but wanted to > make sure I wasn't missing something. > I think having a cron once a minute or so to fetch all tasks on the pull queue (regardless of tag) and re-insert corresponding push tasks is a good idea to make it robust. -- 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.
