Hi there, I am running into issues where the “Looping by Zapier” action is running the zap iterations in parallel at the exact same time leading to rate limit issues in the API that I am using (100 requests per 20 seconds).
The “Delay After Queue” action seems to be working but the issue is that the minimum delay is 1 minute which means that it will take 60+ mins for the 60 runs of this zap that are needed.
Is there any other way to do throttling/rate limiting with the “Looping by Zapier” action without having such long delays?
Ideally looping by Zapier would perform the loop iterations in serial rather than in parallel, it would be nice to have this option in the setup of the looping by zapier action.
I could revert to doing the looping using webhooks on either end of the zap instead of using looping by Zapier but I would like to use looping by Zapier because it is cleaner.