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.
This also causes functions host to crash on file save when debugging node functions: https://github.com/Azure/azure-functions-host/issues/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
Most helpful comment
This also causes functions host to crash on file save when debugging node functions: https://github.com/Azure/azure-functions-host/issues/3543