Hello all,
I am observing my nodered pod crashes without any logs. In my set up I have WorkflowExecuter micro service which invokes a workflow from HTTP call.
The Workflow is deployed in a isolated pod. All I get is the following error when workflow executer is trying to invoke
"StatusCode": "500",
"Message": "An error occurred while sending the request.",
"Stacktrace": "{"HttpRequestError":10,"StatusCode":null,"Message":"An error occurred while sending the request.","Data":{},"InnerException":{"HttpRequestError":10,"Message":"The response ended prematurely. (ResponseEnded)","Data":{},"InnerException":null,"HelpLink":null,"Source":"System.Net.Http",
When observed there seems to be some OOM in the POD but not even a single log from Workflow/Nodeflow.. hence trying to get some thread dump but seems like nodered does not provide thread dump out of the box