What are some beanstalkd libraries for Ruby on Rails?

292 Views Asked by At

One of them is Stalker, but I heard there are other good ones. Anyone know the other beanstalk libraries?

2

There are 2 best solutions below

0
On BEST ANSWER

It looks like the other primary one is beanstalk-client-ruby: http://beanstalk.rubyforge.org/

See Beanstalkd's own client list: https://github.com/kr/beanstalkd/wiki/client-libraries

0
On

Another one is backburner, which works well with Rails and Sinatra. For viewing stats on your beanstalkd queues, you might also try beanstalkd_view