Details
Description
The JobExecutor.maxJobsPerAcquisition property should not be extended to exclusive jobs:
A batch of exclusive jobs is assigned to a single thread, so maxJobsPerAcquisition should be interpreted as the maximum number of distinct, non-exclusive jobs.
AT
- maxJobsPerAcquisition is interpreted as the maximum number of distinct, non-exclusive jobs.
Any volunteer to implement this?