beanstalkd / beaneater

The best way to interact with beanstalkd from within Ruby
http://beanstalkd.github.com/beaneater
MIT License
199 stars 43 forks source link

'clear' behavior was failing unexpectedly during operation #62

Closed bfolkens closed 9 years ago

bfolkens commented 9 years ago

Fixed by swallowing issues during delete as well, and specifically swallow the NotIgnoredError in the method scope.

nesquena commented 9 years ago

Thanks!