Skip to content
Stephen Reid edited this page Mar 8, 2017 · 8 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.

No Longer Maintained for Rails >= 4.

A Rails engine based frontend for Delayed Job.

A rails 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.