ErwinM / acts_as_tenant

Easy multi-tenancy for Rails in a shared database setup.
MIT License
1.53k stars 262 forks source link

Support Delayed Job #316

Closed nunommc closed 1 year ago

nunommc commented 1 year ago

Adds support for DelayedJob

Closes #311

excid3 commented 1 year ago

What do you think about making this a separate gem? That way it can be updated independently when delayed_job changes.

nunommc commented 1 year ago

I totally agree, this code was moved into a gem so that it can be used on top of any acts_as_tenant version

https://github.com/nunommc/acts_as_tenant-delayed_job

Could you do the same for Sidekiq please?