Skip to content

Modern ActiveRecord backend integration for DelayedJob 4.1.11+

License

Notifications You must be signed in to change notification settings

arkency/delayed_job_modern_record

 
 

Repository files navigation

DelayedJob ModernRecord Backend

Installation

Add the gem to your Gemfile:

gem 'delayed_job_modern_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:modern_record
rake db:migrate

About

Modern ActiveRecord backend integration for DelayedJob 4.1.11+

Resources

License

Stars

Watchers

Forks

Languages

  • Ruby 85.7%
  • HTML 14.3%