Details
-
Feature Request
-
Status: Closed
-
L3 - Default
-
Resolution: Fixed
-
None
Description
In the current implementation when a new job is added (e.g. async=true) we give the job executor an immediate hint (https://github.com/camunda/camunda-bpm-platform/blob/master/engine/src/main/java/org/camunda/bpm/engine/impl/persistence/entity/JobManager.java#L62) so the job gets aquired without delay on the same cluster node.
However - in parallel scenarios this may harm the exclusive job paradigm (see linked support case) - so it is desired to make the job executor hint optional - meaning you can switch it off completly for the whole process engine in the ProcessEngineConfiguration.