Run multiple tasks concurrently? #3459
Unanswered
ollyhensby
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hi @ollyhensby - not right now. We did have a prototype that could detach tasks and send them to the background, e.g.: #682 It might be time to revive this PR :) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have two pixi tasks e.g.
ui
andapi
.I want to create a task that does something like:
start = { cmd = "pixi run ui", depends-on = ["api"] }
This task however gets stuck after booting the API and doesn't run
pixi run ui
until I ctrl+c out of the api task.Is there a way to run two tasks concurrently using pixi?
Any help is much appreciated!
Beta Was this translation helpful? Give feedback.
All reactions