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
On Windows, the proper thing would probably to make sure we spawn child processes in a job and open it from rdctl when we do the factory reset to terminate the job. However, it's unclear how we'd assign the processes into the jobs from Node; calling Win32 directly seems like it would be annoying (since that means doing native bits again and it was painful last time).
Presumably on Linux/darwin we'd do something with process groups, though it's unclear to me at this point what the process group leader would be.
This is an extension of #7587 to stop all child processes of Rancher Desktop regardless where the binaries are.
I've added some possible idea in rancher-sandbox/rancher-desktop-rdx-open-webui#22 to use either PID files, but ideally to trace subprocess relationships.
The text was updated successfully, but these errors were encountered: