On Sat, Dec 19, 2009 at 5:33 AM, Gurunandan <[email protected]> wrote: > I am using Beanstalk 1.43 and the perl client Beanstalk::Client. > > When I try to delete a buried job, I get a "NOT_FOUND" error. However > the stats/peek commands both do not show the deleted job indicating > that the job was indeed deleted.
Yes, you can delete buried jobs. If you get NOT_FOUND, it means the job was already deleted before you tried to delete it. > The protocol document (found at: > http://github.com/kr/beanstalkd/blob/v1.3/doc/protocol.txt?raw=true) > is a bit ambiguous about what exactly happens when you delete a buried > job: I'd welcome suggestions to improve the wording. I admit it might not be as clear as it could, but I believe it's consistent. 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.
