Repository is archived
No commit activity in last 3 years
No release in over 3 years
Delay Dragonfly Jobs for RefineryCMS
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

 Project Readme

Refinery CMS Dragonfly Delayed

Generate Images Thumbnails in background processing jobs

Requirements

Refinery CMS 4.x

Install

Open up your Gemfile and at the bottom, add this line:

gem 'refinerycms-dragonfly-delayed'

Now, run bundle install

Next, to install the blog plugin run:

rails generate refinery:dragonfly_delayed

Run database migrations:

rake db:migrate

Running Jobs

  • In your Procfile, add the following line to configure the worker process :
worker: rake jobs:work
  • Configure a worker process on your hosting environment