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

Rails 4.2 Active Job Adapter #46

Closed bitboxer closed 9 years ago

bitboxer commented 10 years ago

Is anyone here already working on the ActiveJob adapter for Rails 4.2?

Looks not that hard to implemnt after looking at one of the other implementations.

nesquena commented 10 years ago

There's already an adapter for the backburner job queue (project) which is powered by beaneater under the hood.

alup commented 9 years ago

Closing this as it has been handled by backburner implementation. @bitboxer feel free to propose a new solution if you want to interact directly with the lower level client.