On Wed, Jan 27, 2010 at 10:25 AM, Steve <[email protected]> wrote: > I would like to peek for delayed jobs, and then delete any I find. I > notice in the protocol documentation that: "A client can delete jobs > that it has reserved, ready jobs, and jobs that are buried."
This was an oversight. I will fix it. http://github.com/kr/beanstalkd/issues/issue/30 > Indeed, > when I try to delete a delayed job, I get no error, but the job > remains in the queue. That is harder to believe. I expect it to reply with NOT_FOUND. > Also, I understand that it's impossible to > delete a tube. Well, if you delete all the jobs in a tube, the tube will go away. There is no easy way to delete all those jobs, but we plan to add a command for that. It will probably be named something like "clear" or "clear-tube". 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.
