jdx / mise

dev tools, env vars, task runner
https://mise.jdx.dev
MIT License
8.03k stars 210 forks source link

Configure jobs per task #2331

Open kj opened 6 days ago

kj commented 6 days ago

I would like to be able to set jobs= on each task rather than just globally or via the command line. For some tasks I need the dependencies to run sequentially, but I don't want to lose parallel execution for every task.

[tasks.example]
jobs = 1
depends = [...]