-
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
[LanguageWorkers]Implement function reload #3400
Comments
Functions host and Language workers need to implement Reload action |
@mhoeger @pragnagopa - Not sure if this is an issue but there is one more line which looks confusing in that log - |
@pragnagopa - without this, i also think that development is changed. meaning you can't keep the same func.exe running while changing and updating the function. i think we may want to prioritize this more? |
Opened #3415 to refactor language worker process restarts |
Implementing function reload involves updating each language worker:
|
This |
Hey @pragnagopa , |
We are too aggressive about restarting the language worker processes (for example, on re-loading user code). Can lead to confusing log messages about
node exited with code -1
First reported: Azure/azure-functions-core-tools#689
Per @blueelvis:
Hi!
Host Version -
2.0.12050.0
Running I am starting the function and after starting, I get the following in the logs -
The Function starts working fine but any idea why am I getting that the job host was stopped and node exited with code -1?
The text was updated successfully, but these errors were encountered: