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 starting an array of tasks, multiple terminal windows are opened. Of course this is the way we want it.
When doing so and running multiple commands (like starting dotnet core API's) the simultaneous execution of those services can take a lot of CPU and make the actions fail.
Describe the solution you'd like
It would be great to have functionality where I can set a dependency to another task. This can be done e.g. in docker where services are dependent on others and therefore can be executed after a previous one pas been executed
The text was updated successfully, but these errors were encountered:
When starting an array of tasks, multiple terminal windows are opened. Of course this is the way we want it.
When doing so and running multiple commands (like starting dotnet core API's) the simultaneous execution of those services can take a lot of CPU and make the actions fail.
Describe the solution you'd like
It would be great to have functionality where I can set a dependency to another task. This can be done e.g. in docker where services are dependent on others and therefore can be executed after a previous one pas been executed
The text was updated successfully, but these errors were encountered: