Flamenco/internal/worker/cli_runner
Sybren A. Stüvel 8c86d4c1a9 Worker: Wait for subprocess even when it failed
The Worker now always waits for subprocesses. When faced with multiple
errors (like I/O reading from stdout and a returned error status from
the process) will return the most important one (in this case the exit
status of the process).

Subprocesses need to be waited for, even when they crashed, otherwise
they will linger around as "defunct" processes. This caused
out-of-memory errors, because several defunct Blenders were eating up
the memory.
2022-07-28 14:36:01 +02:00
..
cli_runner.go Worker: Wait for subprocess even when it failed 2022-07-28 14:36:01 +02:00
interfaces.go Worker: Refactor the running of subprocesses 2022-07-28 14:34:33 +02:00