When multiple monitors (12) are deployed to run every 180 minutes only few monitors run as per the schedule and the rest don't. But all run fine if executed manually.
All supported DevTest releases.
Root cause of this issue: The underlying Quartz Scheduler has been configured by default to run only 5 jobs at a time.
Increase the number of Quartz threads to a higher value. By default this property is set to org.quartz.threadPool.threadCount = 5 in the lisa.properties file.
Please add the below property in the local.properties file and save the file:
org.quartz.threadPool.threadCount = 50
NOTE: The local.properties file supersedes the lisa.properties file. It is not recommend to update the lisa.properties file since it is overlaid if an upgrade inplace is done, local.properties will not.
This property is to be applied on all Registry, Coordinator and Simulator machines. Restart each service to pick up the new value of the property.