Closed
Description
- Version:
- Platform:
- Subsystem:
Version 6.5.0
MEAN application
I am processing 3000 rows, there are 10 procedures in router (waterfall). I put console.log (rownumber) to track the processing. Somewhere about 1500th row (it is not always the same row) another process is starting to process rows from the beginning while existing process continues to excute. So I am getting something like:
1476
1477
1478
1479
1 - here new process starts suddenly
1480 - the existing process continues with execution
2
1481
3
...
And so on until second cycle is completed. The issue is not happening if I have like 500 rows to import. It starts after 1500-1600. Thoughts? Any help will be greatly appreciated