Skip to content

rchekaluk/delayed_job_active_record

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

ActiveRecord backend integration for DelayedJob 3.0

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 100.0%