2009/11/3 ffernand <[email protected]>: > > i've been reading protocol.txt of beanstalkd and trying beanstalk via > beanstalkc (python library). I'm growing quite fond of this little > message queue. It's a great piece of work with easy to read source > code. Thanks.... > > One question though... > > Is there a way to remove a tube. Or at least completely clear it > out? So far, the only way I can think of is to reserve and delete all > the jobs in a tube, which could be thousands. I have a use-case where > the submitted jobs need to be invalidated.
>From my reading of the docs + code, and vague chattering with others on Twitter, there is nothing in the beanstalkd protocol or implementation that lets you do this. I would love to be proved wrong - I have a need for this sort of functionality and have considered patching it in. Cheers, Lindsay -- http://holmwood.id.au/~lindsay/ (me) --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
