influitive / apartment-activejob

ActiveJob support for the Apartment Gem
MIT License
19 stars 23 forks source link

Is this thing alive? No gem found on rubygems #3

Closed jhubert closed 9 years ago

jhubert commented 9 years ago

I'm looking at using ActiveJob in my app. Is this gem the way to go or should I go with something like the apartment-sidekiq option instead?

desheikh commented 9 years ago

Hi @jhubert no, this isn't active yet. I havn't really had time to spend on this for a while, but hopefully will push a release out soon. If your using sidekiq, apartment-sidekiq would be the better option since you'll still be able to use the full set of sidekiq features. This gem is really intended for anyone using alternative queuing systems.

jhubert commented 9 years ago

Thanks for the response @desheikh. One more question.. If I'm using Sidekiq via ActiveJob, is the apartment-sidekiq gem still the way to go or is it just for people using Sidekiq directly?

jhubert commented 9 years ago

Just tested it with ActiveJob -> Sidekiq and it seems to work, so my assumption is that the answer is yes.

desheikh commented 9 years ago

@jhubert that's unintentional behaviour though since apartment-sidekiq was written before activejob was introduced.

Unless it's required for your usecase, I'd suggest against it anyways since activejob with sidekiq has certain limitations. see: https://github.com/mperham/sidekiq/wiki/Active-Job