Set priority on a task

Is it possible to set priority on a task? We have some long running tasks (Ex. integration and cucumber tests) that we want to prioritize ahead of other test tasks. Task.mustRunAfter is great but what we need is something like Task.mustStartAfter.

Also is there an ETA on support for parallel execution of tasks from the same project?

It isn’t currently possible to set a priority on a task, and we don’t have an ETA for parallel task execution in the same project. As far as tests are concerned, parallel test execution (which has been supported for a long time) is the way to go.