Skip to content

Support parallel running of tenant's patches

Compare
Choose a tag to compare
@louman louman released this 22 Mar 04:45
· 19 commits to develop since this release
9d15774

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 to true, patches will enqueue one new job for each tenant.