I have a flow CheckFileAndGetData that handles the file check and retrieves the data of the file, this flow is called by the flow DataCollect by http nodes.
@E1cid , @Steve-Mcl Thank you for your support!
My Node-RED version is v0.20.7 so the http request node doesn't have requestTimeout option.
I have found http-request-ucg node with httpRequestTimeout option but it doesn't seem to be working as expected.
Also, since the number of data files is not known, setting the timeout value does not completely solve the problem, so I am thinking of another way.