Open
Description
When combining both executor.queueSize and process.array , I’m reguraly surpassing the executor.queueSize limit is this because the array jobs are seen as a single job?
For example:
process.array = 30
executor.queueSize = 40
The total amount of concurrent jobs running can exceed 60.
Would it be possible to have more control over this?