Support parallel running of tenant's patches
2.3.0 - Support parallel running of tenant's patches
Patches now support parallel running for tenants. It uses Sidekiq jobs for it so you must have use_sidekiq
enabled.
Added:
sidekiq_parallel
global configuration. When set totrue
, patches will enqueue one new job for each tenant.