Hello,
in my application MultiSchemaMultiTenantProcessEngineConfiguration and I use a SharedAsyncExecutor across tenants. That means that I should not enable the global lock?
asyncExecutor.setGlobalAcquireLockEnabled(true);
Does this lock happens for the entire db? I have one db with different schemas.