Parallel execution is unreliable since 2025.5.14 #5451
Replies: 3 comments 3 replies
-
|
I seem unable to reproduce this: #6221 |
Beta Was this translation helpful? Give feedback.
-
|
I think the test case is incomplete. With just that config in isolation, Some attempts to reproduce point at needing a few tools to actually see the problem. F.e. these were enough for me inside a container: [tools]
python = "3.12"
pipx = "latest"
pipenv = "latest"I don't know if there's a way to have a "dummy" tool. And I tried picking tools that have "depends" in the registry.toml. |
Beta Was this translation helpful? Give feedback.
-
|
I can still reproduce on version My [tools]
node = "latest"
pipx = "latest"
pnpm = "latest"
poetry = "latest"
python = "latest"
rust = "latest"
terraform = "latest"
uv = "latest"
yarn = "1"
[settings]
idiomatic_version_file_enable_tools = ["node"] |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm trying to define a Mise task to run in parallel other tasks. This is my
mise.tomlreproduction case:What I do
I run
mise r run-allWhat I expect
(this sometimes happens)
What is happening
(This happens intermittently.)
The problem
After bisecting a bit, I found out that the parallel execution of task has become unreliable since Mise 2025.5.14.
The tasks are sometimes launched all in parallel and sometimes one at a time. Until Mise 2025.5.13, they were all launched together and in parallel.
Info
I am running
version: 2025.6.8 macos-arm64 (2025-06-26)mise doctorreports no issues.Setting
MISE_JOBSdoes not change the behavior.Beta Was this translation helpful? Give feedback.
All reactions