You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are having "node exited with code -1" exceptions on our different function apps. There is no much details being logged against this exception. also worth mentioning that triggered functions also working fine. There is no such issue observed to test on local env.
Please be informed that these exceptions are on and off, sometimes it happen one time when function gets trigger and sometimes it happen more than 2 times in an half an hour.
Investigative information
Please provide the following:
Timestamp: 2018-12-11T10:30:00.0051731+00:00
Function App version (1.0 or 2.0): 2.0.12210.0 (~2)
Unfortunately we are unable to reproduce the problem because function itself triggered correctly but thrown exceptions so keen to know about this exception.
Expected behavior
Function triggered
Function completed successfully
No exceptions in application insights
Actual behavior
Function triggered
Function completed successfully
Exceptions thrown
Known workarounds
Function runtime version has been upgraded to latest one.
Related Information
Exception Type -> Microsoft.Azure.WebJobs.Script.Rpc.LanguageWorkerProcessExitException
The text was updated successfully, but these errors were encountered:
You can safely ignore those exceptions as they are expected (root cause is this: #3415).
Those exceptions will go away after resolving #3415, but we should also look into seeing if we can get those logs out of the exceptions table in Application Insights too.
We are having "node exited with code -1" exceptions on our different function apps. There is no much details being logged against this exception. also worth mentioning that triggered functions also working fine. There is no such issue observed to test on local env.
Please be informed that these exceptions are on and off, sometimes it happen one time when function gets trigger and sometimes it happen more than 2 times in an half an hour.
Investigative information
Please provide the following:
Repro steps
Unfortunately we are unable to reproduce the problem because function itself triggered correctly but thrown exceptions so keen to know about this exception.
Expected behavior
Function triggered
Function completed successfully
No exceptions in application insights
Actual behavior
Function triggered
Function completed successfully
Exceptions thrown
Known workarounds
Function runtime version has been upgraded to latest one.
Related Information
Exception Type -> Microsoft.Azure.WebJobs.Script.Rpc.LanguageWorkerProcessExitException
The text was updated successfully, but these errors were encountered: