Skip to content

prod-202103-03: pipeline runner: psutil Stability fixes and workarounds

Compare
Choose a tag to compare
@sawenzel sawenzel released this 03 Mar 09:03
· 2504 commits to master since this release
It turns out that psutil.children() has not enough
priviledges to determine the list of child processes
on some GRID Unixes.

In such cases, we now use a custom solution based on
a bash function.