Skip to content
Aydar Omurbekov edited this page Nov 5, 2015 · 10 revisions

delayed_job allows you to use whatever data store you want for the job queue. Here are the current backends:

Implementing a new backend

It’s really easy to make delayed_job work with your preferred data store. Just copy one of the existing ones, and implement Delayed::Backend::[YourBackendName]::Job.