We have configured two process engines with two asynJobExecutors.
We got doubts here, when both of those asynJobExecutors are running, how we can control them while they are querying jobs from ACT_RU_JOB?
Will it reduce the performance if there're lots of process engines running (Let's say it is 30)?
For more details, if we configured
asynJobExecutorA with threadpool-corePoolSize=5 for processEngineA
asynJobExecutorB with threadpool-corePoolSize=50 for processEngineB
If we want some jobs which could be handled by asynJobExecutorA and the others could be handled by asynJobExecutorB, how can we control it ?