We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi. I am running multiple eventhub2Syslog instance in one azure function app. I am getting multiple error messages like:
2021-11-04T11:30:42.015 [Error] Executed 'Functions.XXX' (Failed, Id=XXX, Duration=20ms) node exited with code 1 LanguageWorkerConsoleLog[error] Worker XXX uncaught exception (learn more: https://go.microsoft.com/fwlink/?linkid=2097909 ): Error: connection timed out at Socket.<anonymous> (D:\home\site\wwwroot\node_modules\syslog-client\index.js:276:14) at Object.onceWrapper (events.js:421:28) at Socket.emit (events.js:315:20) at Socket._onTimeout (net.js:483:8) at listOnTimeout (internal/timers.js:554:17) at processTimers (internal/timers.js:497:7)
Can anyone figure out where this is coming from? Thanks for assistance
The text was updated successfully, but these errors were encountered:
@J-Wilkening were you able to deploy this solution presently, and was there a lot of deviation from the initial config as described on the README?
This is still the only setup Microsoft documentation points to, but I've been fairly unsuccessful at getting this to work.
Sorry, something went wrong.
No branches or pull requests
Hi. I am running multiple eventhub2Syslog instance in one azure function app. I am getting multiple error messages like:
2021-11-04T11:30:42.015 [Error] Executed 'Functions.XXX' (Failed, Id=XXX, Duration=20ms) node exited with code 1 LanguageWorkerConsoleLog[error] Worker XXX uncaught exception (learn more: https://go.microsoft.com/fwlink/?linkid=2097909 ): Error: connection timed out at Socket.<anonymous> (D:\home\site\wwwroot\node_modules\syslog-client\index.js:276:14) at Object.onceWrapper (events.js:421:28) at Socket.emit (events.js:315:20) at Socket._onTimeout (net.js:483:8) at listOnTimeout (internal/timers.js:554:17) at processTimers (internal/timers.js:497:7)
Can anyone figure out where this is coming from? Thanks for assistance
The text was updated successfully, but these errors were encountered: