In the Skyline Queue Manger protocol, there is a parameter for Concurrent Tasks. If this value is set to Resource Management Based as shown below, my assumption is the number of tasks that can be run at any given point is defined by the number of resources that are available and those resource's concurrency settings. Conversely, if you set a number for the queue element Concurrent Tasks parameter, that would limit the number of tasks that can be run to the value of the parameter regardless of how many underlying resources and their concurrency. Is that correct?
Assuming that is correct, a secondary question… what happens if I set the Queue to 10 concurrent tasks, but there are only 5 underlying resources? I assume the concurrent tasks will be limited to 5 based on resource availability.
Thanks!
'Resource Management Based' is only for Resource Tasks. Then, incoming tokens will be processed one by one, as there is only on single resource assigned to the node in the service definition.
Numerical value is only for script task. It will defined how many tokens can be processed in parallel.