Skip to content
Chris Houhoulis edited this page Oct 2, 2021 · 2 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.