You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run mise run --jobs 1 sometask, the output is OK, but when I try to execute jobs in parallel, I'm getting a lot of poorly-formatted output
I've tried a bunch of things, but nothing seems to fix this. I thought that mise was supposed to handle longer outputs with parallel jobs, but doesn't seem like it? (or I'm doing something wrong here...)
Any tips on how to avoid this behavior and being able to run tasks in parallel without messing out the output?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
When I run
mise run --jobs 1 sometask
, the output is OK, but when I try to execute jobs in parallel, I'm getting a lot of poorly-formatted outputI've tried a bunch of things, but nothing seems to fix this. I thought that mise was supposed to handle longer outputs with parallel jobs, but doesn't seem like it? (or I'm doing something wrong here...)
Any tips on how to avoid this behavior and being able to run tasks in parallel without messing out the output?
Beta Was this translation helpful? Give feedback.
All reactions