Skip to content
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

Do not restart language worker processes as part scripthost restarts #3415

Closed
pragnagopa opened this issue Sep 7, 2018 · 4 comments
Closed

Comments

@pragnagopa
Copy link
Member

LangaugeWorkers are initialized inside scriptHost
https://github.com/Azure/azure-functions-host/blob/dev/src/WebJobs.Script/Host/ScriptHost.cs#L262

This results in language worker processes restarting when scripthost restart for example, when user updates function code.

@mhoeger
Copy link
Contributor

mhoeger commented Oct 10, 2018

This also causes functions host to crash on file save when debugging node functions: #3543

@alrod
Copy link
Member

alrod commented Dec 4, 2018

Customer report:
https://stackoverflow.com/questions/53599053/azure-process-terminates-when-javascript-function-is-changed

@fabiocav
Copy link
Member

@jeffhollan @pragnagopa @mhoeger Assigning this as a P1, but this issue should be addressed by the placeholder work being done, so it would make sense to close this in favor of the issues tracking that work if we want to go that route.

@ahmedelnably
Copy link

Closing per @fabiocav comment

@ghost ghost locked as resolved and limited conversation to collaborators Jan 1, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

5 participants