You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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:
The total amount of concurrent jobs running can exceed 60.
Would it be possible to have more control over this?
The text was updated successfully, but these errors were encountered: