-
Notifications
You must be signed in to change notification settings - Fork 21
Closed
Labels
Description
We are having problems with some functions/triggers failing due to errors in other functions/triggers. Here is an example:
Exception while executing function: Functions.FunctionA node exited with code 1 (0x1) LanguageWorkerConsoleLog[error] Worker uncaught exception (learn more: https://go.microsoft.com/fwlink/?linkid=2097909 ): TypeError: Cannot read properties of undefined (reading 'get')
at /home/site/wwwroot/dist/src/jobs/functions/FunctionB.js:91:56
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
The error from FunctionB is present in multiple other functions. FunctionB runs every minute, and crashes every time because of a bug in our code (to be fixed), but that shouldn't take down other functions.
Investigative information
Please provide the following:
- Timestamp: 2024-02-01T00:00:07.098654Z
- Function App name:
- Function name(s) (as appropriate):
- Invocation ID: 9471b09c-1a2c-4393-b504-ede5b02b1642
- Region: WEU
Repro steps
Provide the steps required to reproduce the problem:
Unable to recreate the behavior. I think it is a race condition, but my own attempts to recreate it locally has failed.
Expected behavior
Provide a description of the expected behavior.
Actual behavior
Provide a description of the actual behavior observed.
Known workarounds
Provide a description of any known workarounds.
Related information
Provide any related information
- Programming language used
- Links to source
- Bindings used