Hello Zapier community!
I’m working on a Zap that can get triggered within seconds of each other frequently due to the use of a webhook trigger. To avoid race conditions within my Zap, I’ve implemented a “Delay after queue” with sufficient time to give the Zap enough time to finish before the next one starts.
However, I feel this is a complex solution for an easy issue. Is there any third party application/zappier tool that acts as a simple queue?
Example of the simple queue I’m looking for: If a zap is triggered one after the other within a small timeframe, one goes through and the other one waits until the first one has ended before continuing the flow.
Thanks in advance!