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

view stdout/stderr of running execution in real-time #8

Open
00sapo opened this issue Dec 20, 2019 · 2 comments
Open

view stdout/stderr of running execution in real-time #8

00sapo opened this issue Dec 20, 2019 · 2 comments

Comments

@00sapo
Copy link
Contributor

00sapo commented Dec 20, 2019

Hello,
is it possible to view the output of the running execution in real-time?
Maybe we could redirect it to file through shell redirection so that the user can still look at it with something like watch?
This would be useful for very long processes.

@00sapo
Copy link
Contributor Author

00sapo commented Dec 20, 2019

Oh, I see that we could just flush to file, maybe with logging https://github.com/electricbrainio/hypermax/blob/master/hypermax/execution.py#L212

@00sapo
Copy link
Contributor Author

00sapo commented Dec 20, 2019

This commit handles real time output, but I can't check if the ui is running:
f47a092

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

1 participant