Problem:
I have configured several cron jobs in the VertiGIS Integrator. If several jobs are running parallel, them did not start at the configured start time. It seems, there is a limitation of parallel running cron jobs.
Cause:
VertiGIS Integrator is using Quartz Cron Job Scheduler. There seems to be a default limitation for 10 started cron jobs in the queue.
Solution:
The number of started cron jobs can be extended by setting the following java property at JVM level:
-Dorg.quartz.threadPool.threadCount=20
To set this value in Tomcat context please open Tomcatw.exe (name of exe may be different in your installation, depends on Windows service name) and set value in the following input field. Restart Tomcat.
Comments
0 comments
Please sign in to leave a comment.