lollms-webui
lollms-webui copied to clipboard
Killing processes and restarting app.py after a crash
[NOT AN ISSUE: Sorry, I just joined GitHub and still I don't understand the correct section in which I have to place my proposals and request for further modifications, but your application is such wonderful I couldn't resist trying to put forth this even in the wrong place. :'E]
During my tests the application crashed (almost always for understandable reasons, e.g. misconfiguration in binding settings, etc.) but I couldn't figure out a smarter way to restart the whole suite without restarting the whole machine: could you please list the jobs I'd have to kill before relaunching "app.py" so I can write an automated check & restart script to keep the application up on the machine?
Hi. Come to the discord channel. You can interact with me directly. And if you have suggestion, there is a suggestions section.
Technically, when you kill the app.py it should release all ressources. It is not supposed to spown any other process. Which binding are you using? Do you have GPU ?