Skip to content
Rick Carlino edited this page Dec 11, 2020 · 2 revisions

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

h2. 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@.

Giangprosite_job

Clone this wiki locally