You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note for future problems that you already solved: no need to make an issue just to issue the PR 3 minutes after, you can issue the PR directly in such cases, with the explanation in the PR description. As you want, it's OK like that too, I just don't do it myself and don't want you to feel forced to do that.
It would be useful to add an option to force simpleflow to kill child processes in simpleflow.execute, on exit, eg:
python -m simpleflow.execute x.launch_process '{"args": []}' --kill-children
Somewhere in
x.py
:With
--kill-children
simpleflow should killsleep
process after that launch_process is executed.The text was updated successfully, but these errors were encountered: