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.

It's not a big problem to clear the queue via repeated reserve and
delete, but it seems clunky.

filipe

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to