Skip to content

executor: Fix too many open files

Administrator requested to merge ef/too-many-open-files into main

Created by: efritz

It is necessary to call cmd.Wait to release pipe resources used internally by stdout/err reader goroutines.

Merge request reports

Loading