Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The 'run' task should not spawn a new exec thread #142

Open
claudiu-cristea opened this issue Jul 8, 2020 · 1 comment
Open

The 'run' task should not spawn a new exec thread #142

claudiu-cristea opened this issue Jul 8, 2020 · 1 comment
Milestone

Comments

@claudiu-cristea
Copy link
Contributor

In fact the run task is just a TaskExec that runs an external runner. For this reason the current context like local env vars, configs are not passed to the destination.

Make task run run the command without calling it via command line. Find an "API way"

@claudiu-cristea claudiu-cristea added this to the 2.0-alpha1 milestone Jul 8, 2020
@claudiu-cristea claudiu-cristea changed the title The 'run' task should not spawn a new exec The 'run' task should not spawn a new exec thread Jul 8, 2020
@geek-merlin
Copy link

Wow, just discovering this. I think i implemented this in #159.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants