I have read about this limitation and how a certain connection can only make a certain amount of API calls in a time window.
My question is...
I have one flow that will trigger on some event, suppose my flow gets triggered 2 times in less than X seconds (X being much much lower than the cooldown for the api calls).
Now I have 2 instances of the flow doing stuff... are these 2 separate connections? Do I have "doubled" the api calls?
Thanks in advance!