Azure-functions-host: Do not restart language worker processes as part scripthost restarts

Created on 8 Sep 2018  路  4Comments  路  Source: Azure/azure-functions-host

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.

P1 language-extensibility

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

All 4 comments

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ElvenSpellmaker picture ElvenSpellmaker  路  3Comments

ladeak picture ladeak  路  3Comments

rati3l picture rati3l  路  3Comments

silencev picture silencev  路  3Comments

ahmelsayed picture ahmelsayed  路  4Comments