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
The full path of a generated config file depends on the python process's tempfile module. Unfortunately, these generated files get new paths when the process restarts and hence a server restart will cause a new build to start, even if the node server stays up.
Might need to use a more deterministic way to generate paths, or hand it off to something in the node server.