ruby-delayed-job-active-record

ActiveRecord backend for DelayedJob
  https://github.com/collectiveidea/delayed_job_active_record
  0
  no reviews



This gem provides an ActiveRecord backend for Delayed::Job, which is a Database based asynchronous priority queue system. Delayed Job encapsulates the common pattern of asynchronously executing longer tasks in the background.