Hi, every 24h or so, NodeRed suddenly has a high CPU load (up from 0.5% to 30%) and becomes unresponsive and I cannot load the UI.
The Log shows the following:
So, it's about http-request and 192.168.3.90 which is my heat pump.
I have several http-request nodes which read the values of the heat pump and which are configured like this:
Are you checking the statusCode returned by the request node, and taking appropriate action in your flow? If not then perhaps the bad data returned by the node is confusing the following flow.
[Edit] Also how often are you issuing that request, it seems to be looping continually attempting to do the request.