How to configure job_executor

Hi,
We are trying to configure the job_executor as it is suggested in the official documentations like below:

<job-executor>
  <core-threads>3</core-threads>  
  <max-threads>5</max-threads>

  <queue-length>10</queue-length> 

  <job-acquisition name="default">
    <property name="maxJobsPerAcquisition">3</property> 
    <property name="lockTimeInMillis">300000</property> 
    <property name="waitTimeInMillis">5000</property>   
  </job-acquisition>
</job-executor>

When we add this section to bpm-platform.xml, the xml parsing error appears and the camunda engine cannot start.

Does anyone here have a sample working bpm-platform.xml file containing custom job_executor configs which we can use as the reference?

My prod config

1 Like

Hi Nema,
Can you point us link to for the official document where you can mention core-thread and max thread size.

Here is the link from Camunda 7 documentation for Job executor configuration.
Job Executor Configuration | docs.camunda.org

1 Like