Skip to content

grays/delayed_job_active_record

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DelayedJob ActiveRecord Backend

Please note! This is a pre-release version intended for use only with DelayedJob 3.0

Installation

Add the gems to your Gemfile:

gem 'delayed_job'
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%