i have two Camunda tomcat servers setup under a load balancer, but i can see one of them is staying idle despite the fact of running high load instances on the other one, noting that its doing the same even with the Job Executor default values and i can see that threads on the other server are not being utilized.
im not able to copy these as of now but here is what i have:
MaxJobAcquisition: 3
QueueSize: 10
CoorPoolSize: 100
MaxPoolSize:120
as for the throughput, we are trying to run parallel MI embedded subporcess with high instance number Ex: 5k and inside this embedded subprocess there is a call activity and this call activity is being triggered by a certain number (configured) out of these 5k, lets say 40 at the same time, and what i can see that all of these 40 running instances of the called process from the call activity are being executed on one server, and it never reaches the other server, it is keep executing the 5k instances into one server.