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?