Skip to content

bleech/delayed_job_mongoid

This branch is 2 commits ahead of, 33 commits behind collectiveidea/delayed_job_mongoid:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

85f844b · May 20, 2016
May 20, 2016
May 20, 2016
May 9, 2014
Sep 24, 2015
Dec 22, 2014
Sep 14, 2015
Sep 24, 2015
Oct 7, 2012
Sep 24, 2015
Sep 24, 2015
Sep 24, 2015
Jun 25, 2014
May 19, 2016

Repository files navigation

DelayedJob Mongoid backend

Gem Version Build Status Dependency Status Code Climate Coverage Status

Requirements

Make sure you are using MongoDB version 1.3 or newer. delayed_job_mongoid uses the findandmodify command which is only available in recent versions.

Installation

Add the gem to your Gemfile:

gem 'delayed_job_mongoid'

After running bundle install, create the indexes (and don't forget to do this on your production database):

script/rails runner 'Delayed::Backend::Mongoid::Job.create_indexes'

To generate script/delayed_job:

rails generate delayed_job

That's it. Use delayed_job as normal.

About

Mongoid backend for delayed_job

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 100.0%