Replies: 2 comments
-
|
I guess if the configs are embedded in the container’s startup command, that could serve as a workaround to run things in parallel when adding services. But in more complex setups and Starlark scripts, there are often steps that would benefit significantly from parallel execution - especially when working with large or distributed systems. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Hey @fraVlaca ! Actively working in this in these PRs: #2809 #2811. I will let ping back here when they're merged and released. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Not just for launching services, but also for running setup commands. In complex distributed systems, many steps are independent and don’t require sequential execution. Allowing parallel execution for these would significantly improve Kurtosis’ deployment efficiency and scripting capabilities - strengthening its core deployment-focused USP.
Beta Was this translation helpful? Give feedback.
All reactions