Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kanety/delayed_job_master_mongoid


https://github.com/kanety/delayed_job_master_mongoid

Last synced: 8 days ago
JSON representation

Awesome Lists containing this project

README

        

# DelayedJobMasterMongoid

A mongoid adapter for delayed_job_master.

## Dependencies

* ruby 2.5+
* delayed_job_mongoid 2.3+
* delayed_job_master 2.0+

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'delayed_job_master_mongoid', require: false
```

And then execute:

$ bundle

## Usage

Require 'delayed_job_master_mongoid' in `bin/delayed_job_master`:

```ruby
require 'delayed_job_master'
require 'delayed_job_master_mongoid'
```

## Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/kanety/delayed_job_master_mongoid.

## License

The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).