Python Script Snap still running sub process on stop
Hi - I’m using the script snap to execute some external code on a server and running subprocess.check_output to execute it leaves the script running if I stop the pipeline. Is there a way to guarantee the script gets halted when I stop my pipeline? N...