On Sat, Dec 24, 2011 at 3:02 AM, Andrew Betts <[email protected]> wrote: > The problem > arises when a client sends the initial search result, but doesn't follow up > with the long poll request to get the deferred outputs. In that case, the > outputs are still produced, but they sit in the search-specific tube for > ever.
I agree this is a problem. It will be solved by mailbox tubes: https://github.com/kr/beanstalkd/issues/3 This solution lets us avoid introducing another timeout. If nothing is listening on the mailbox tube, the job will be deleted immediately. kr -- You received this message because you are subscribed to the Google Groups "beanstalk-talk" 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/beanstalk-talk?hl=en.
