I have AWS ECS cluster in Fargate mode for Jenkins workers (slaves) only.
Cluster consists of one Service called jenkins
which has Desired tasks
value set to 5
But when I start a few jobs which have the same label they're queued up instead of execute in parallel.
How parallel execution can be set?