Skip to content

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

Choose a tag to compare

@sawenzel sawenzel released this 03 Mar 09:03
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.