-
Notifications
You must be signed in to change notification settings - Fork 441
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
[Placeholder]Node.js Placeholders #4511
Comments
Changes needed:
|
Adding more details on the picking node version
@mhoeger - Let me know if you have any further questions. |
cc @fabiocav
|
azure-functions-host/src/WebJobs.Script/Rpc/FunctionRegistration/FunctionDispatcher.cs Line 176 in f1d0536
|
@mhoeger moving this to Epics, can you please break this up and create the tasks we need to track? |
Blocked on ANT83 |
Closing stale issue. |
We need to move the scope of the node.js worker's startup so that it can run in placeholder mode.
And this special casing must be done for Node.js placeholders to not have a bug: #4488
azure-functions-host/src/WebJobs.Script/Rpc/RpcInitializationService.cs
Line 30 in f1d0536
azure-functions-host/src/WebJobs.Script/Rpc/RpcInitializationService.cs
Line 34 in f1d0536
WEBSITE_DEFAULT_NODE_VERSION
from App Settings) in Placeholder mode to be accessed later. Probably best here: https://github.com/Azure/azure-functions-host/blob/dev/src/WebJobs.Script/Rpc/WebHostLanguageWorkerChannelManager.cs (backup: check with Brett if this is ok) https://github.com/Azure/azure-functions-host/blob/dev/src/WebJobs.Script.WebHost/Standby/StandbyOptions.cs https://github.com/Azure/azure-functions-host/blob/dev/src/WebJobs.Script.WebHost/Standby/StandbyOptionsSetup.csazure-functions-host/src/WebJobs.Script/Rpc/FunctionRegistration/FunctionDispatcher.cs
Line 176 in f1d0536
Test:
Breakdown of issues:
The text was updated successfully, but these errors were encountered: