Output is not written to disk if job is marked as stalled by the watchdog
Open
Bug
- Dominant language
- Python
- Stars
- 126
- Forks
- 191
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 33
Description
For LHCb production jobs the stdout/stderr is continiously written to disk however for user jobs it's only written after the process exits and for stalled jobs it gets lost by the Watchdog object.
Debugging stalled user jobs would be easier if a callback was used to write it continiously.
Contributor guide
Assessment
This issue has not been assessed yet.