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

Avoid using nohup + monitor "tart run" output using files #33

Merged
merged 8 commits into from
Jul 17, 2023

Conversation

edigaryev
Copy link
Contributor

@edigaryev edigaryev commented Jul 14, 2023

@edigaryev edigaryev requested a review from fkorotkov July 14, 2023 23:00
return filepath.Join(os.TempDir(), fmt.Sprintf("%s-tart-run-output.log", vm.id))
}

func (vm *VM) MonitorOutput() {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's rename it to MonitorTartRunOutput to be a bit more explicit.

return cmd.Process.Release()
}

func (vm *VM) OutputPath() string {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's rename it to tartRunOutputPath to be a bit more explicit.

@edigaryev edigaryev merged commit 5df3df4 into main Jul 17, 2023
@edigaryev edigaryev deleted the avoid-nohup-and-stderr-stdout-taints branch July 17, 2023 17:50
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

Successfully merging this pull request may close these issues.

2 participants