-
-
Notifications
You must be signed in to change notification settings - Fork 254
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Let scripts run in background #94
Comments
Hi @pollier, the problem here is with hanging or interactive scripts. When user closes the UI and script waits for user input, then the process will live forever. Probably I can add an option to each script, "allow background execution". In this case the user will take responsibility for hanging processes :) |
Would be great with the option, |
Reattaching would be a bit trickier, but still possible (actually at the moment web page supports "reattach", but only without leaving the whole page). I'll do this option first, and some time later will return back to reattaching feature. |
New script config option added: kill_on_disconnect (true/false). By default it's true |
Hello,
It would be cool that closing the webui don't stop script execution.
The text was updated successfully, but these errors were encountered: