I have a use case where I need to use minTime and priority together. However, I want to avoid setting a global maxConcurrent limit, as I don't want to throttle the total number of jobs that can execute simultaneously.
Would it be possible to add a parameter that limits jobs in the running state? For example, a maxRunning global setting similar to maxConcurrent.