Is the repetitive processing workflow not keeping up with the processing?

Narrows down the data to the top 30 data arranged in order of number of points.
A numerical value called “rank” is given to that data from above, and the initial value of rank is 1 and is increased by 1 every time it is repeated.
This will give the narrowed down data a rank from 1 to 30 in order of points.
When you test this iterative workflow, it sometimes works and sometimes it doesn’t.
If it doesn’t work, the sorting is normal, but some rank numbers overlap.
Example: 1,2,3,4,4,5,6,7,8,9,10,10,11,12,…

Isn’t this because the loading is not in time between the repeated processing?
Does anyone know of any workaround?
Also, is there a setting to create an interval between repeats of a repeating workflow?

Can you give it 500mm between each action?

Yes, it is best to do so.
This is an iterative process using the schedule API.
Is there a setting item that allows such a gap between workflows?

This problem resolved itself.
All I had to do was add +sec to the schedule date settings.
thank you