Skip to content

Use with delayed_job gem

Philippe Bourez edited this page Apr 8, 2020 · 2 revisions

In order to use it with delayed_job gem, ensure to add Delayed::Backend::ActiveRecord::Job to excluded tenant models.

Otherwise jobs will be saved in tenanted database and will never be read by delayed_job gem.

Clone this wiki locally