Configuring the Job Scheduler rule thread pool

If you want multiple job schedulers to run simultaneously, configure the number of threads for the Job Scheduler thread pool by modifying the prconfig.xml file.

A thread pool collects threads that job schedulers use to run. Configure the number of threads to make sure that job schedulers can execute tasks without delays. The default value is 5. If you have numerous job schedulers that run simultaneously, increase the number of threads for the thread pool. Make sure that the number of threads is equal to the number of job schedulers that run simultaneously. If the value is too low, job schedulers do not run until threads become available.
  1. Open the prconfig.xml file.
  2. Configure the number of threads for the thread pool by changing the following setting:
    <env name="initialize/jobscheduler/threadpoolsize" value="5">

    For more information, see Modifying the prconfig.xml file.