Skip to content
z edited this page Jul 11, 2014 · 5 revisions

This is an addon for delayed_job designed to be used when you're using Heroku as a host and have the need to do background work with delayed job but you don't want to leave the workers running all the time as it costs money.

A Rails engine based frontend for Delayed Job.

Delayed::Cron::Job is an extension to Delayed::Job that allows you to set cron expressions for your jobs to run repeatedly.