Queue
@Gaurav Chadha @Harini
In Make dot com, there's an option to wait until the full run is completed before the webhook fires again. There's a queue if there's too much data.
One of our clients is hitting API limitations.
They're on the Pro plan which have 100 concurrent executions. But we just 1 at a time.
How do we implement this in Buildship?
2 Replies
Hi @Connect Smarter We have a break node implementation in our roadmap for near future which should accomplish this case.
As a workaround to prevent API rate limit hitting, you can introduce a rate limit API/integration to your workflow, we already have Upstash Ratelimit integration available. PS: the screenshot is quite old from V1 you can implement same on V2 as well. Hope this helps
@Gaurav Chadha this is for rate limiting, not for queue though