The "easiest" way to do this currently is to peek at every job in the ready, buried and delayed queues, and then delete them, in a loop.
It would definitely be handy to have a "flush-tube <tube name>" command. On Jul 20, 9:39 am, BeagleGuy <[email protected]> wrote: > I didn't see a command for that from the docs in the python client.. > what command might that be? > > On Jul 19, 7:21 pm, Zhu Han <[email protected]> wrote: > > > If you delete all messages in the tube, the empty tube will be wiped out > > automatically. > > > best regards, > > hanzhu > > > On Tue, Jul 20, 2010 at 9:20 AM, BeagleGuy <[email protected]> wrote: > > > Curious if there was a way to delete whats in a tube? For example > > > during testing stages there may be times I load up data in the wrong > > > format or I'm experimenting with different formats. Currently I'm > > > restarting beanstalk at the loss of the other tubes. Is there a way to > > > empty a single tube out? > > > > thanks > > > > -- > > > 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]<beanstalk-talk%2bunsubscr...@go > > > oglegroups.com> > > > . > > > For more options, visit this group at > > >http://groups.google.com/group/beanstalk-talk?hl=en. > > -- 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.
