headwayio / voyage

A Rails template with our standard defaults, ready to deploy to Heroku. **See readme in: lib/voyage/README.md**
https://headway.io/voyage
MIT License
0 stars 1 forks source link

Backport bundling to github for delayed_job to fix Rails 5.1 issues #10

Closed jondkinney closed 7 years ago

jondkinney commented 7 years ago
gem 'delayed_job_active_record', github: 'collectiveidea/delayed_job_active_record', branch: 'gogovan-rails-5-1'

gem 'delayed_job', github: 'dsander/delayed_job', branch: 'rails51'
jondkinney commented 7 years ago

We might want to just stop using delayed_job all together and manually pull in sidekiq when necessary (or possibly by default).

noahsettersten commented 7 years ago

I'm closing this in favor of #22 for integrating Sidekiq as the default job processor. That will be a much nicer and more robust default across the board.