-
Notifications
You must be signed in to change notification settings - Fork 447
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
Labels
Comments
This also causes functions host to crash on file save when debugging node functions: #3543 |
@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. |
Closing per @fabiocav comment |
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.
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.
The text was updated successfully, but these errors were encountered: