forked from kubeflow/pipelines
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Poll for subprocess output while the process is running. (kubeflow#70)
* Poll for subprocess output while the process is running. * Don't wait for the process to finish to log the output. * This is more convenient for streaming the output of long running commands. * We no longer use Airflow so redirecting to a file and then reading that file should no longer be necessary. * Fix some bugs. * Address code review comments. Rewrite run_and_output to use run.
- Loading branch information
1 parent
cad1d3b
commit 3d58796
Showing
1 changed file
with
32 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters