Comment on Rails 4.2 releasedComments−TallboyOne11yI'm just waiting on Delayed Job at this point :)−xal11yDJ could use a update to be fully Rails 4.2 compatible. I'd love a PR for that and would merge.https://github.com/tobi/delayed_job−reledi11yThe repo you linked to is dead. DJ is in active development at https://github.com/collectiveidea/delayed_job.−reledi11yWhat do you mean? Is DJ supposed to become a Rails built-in library?−brandoncordell11yNo, but Rails has ActiveJob[1] which allows you to use backends interchangeably (see heading 4.1 of the link I posted).[1] http://edgeguides.rubyonrails.org/active_job_basics.html
Comments
I'm just waiting on Delayed Job at this point :)
DJ could use a update to be fully Rails 4.2 compatible. I'd love a PR for that and would merge.
https://github.com/tobi/delayed_job
The repo you linked to is dead. DJ is in active development at https://github.com/collectiveidea/delayed_job.
What do you mean? Is DJ supposed to become a Rails built-in library?
No, but Rails has ActiveJob[1] which allows you to use backends interchangeably (see heading 4.1 of the link I posted).
[1] http://edgeguides.rubyonrails.org/active_job_basics.html