Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not set stdout error on EOF retry
stdoutErr is use to determine `errDetail` that's used in `kw.UpdateBasicStatus(WorkStateFailed, errDetail, stdout.Size())` in case where we retried 5 time and did not read any new log messages it is not an error it's the expected happy path so we should not set stdoutErr
- Loading branch information