Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 356 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 356 Bytes

DelayedJob ActiveRecord Backend

Installation

Add the gems to your Gemfile:

gem 'delayed_job_active_record'

Run bundle install

If you're using Rails, run the generator to create the migration for the delayed_job table: rails g delayed_job:active_record

That's it. Use delayed_job as normal.