A requirement of the app is that you trigger 4 webhooks in 4 seconds? In other words, you want your users to rapid-click on a button that fires a webhook?
Not exactly but it is possible. Think about people checking into an event. There could be 3 staff members checking people in, they each scan a QR code for each person entering and give them something on entrance, and then press confirm, which triggers the webhook. So there could be a few triggering very close together.
Ah…that shouldn’t be an issue…but who am I to say?
I’m sure there are some undisclosed cooldown parameters on both sides (Make and Glide) to prevent either platform seeing the activity as a DOS attack or something…
Without knowing your action, it’s a valid question…you could be setting a value that you’re sending through the webhook.
But to my point, the set-column action does take a moment to resolve… it’s possible (though surprising) that it’s causing a complication with the action flow.
Im not filled with confidence. Would be a shame if the solution failed at this stage! It’s pretty much complete from a solution design perspective. This is essentially the first stage of UAT and it’s errored at the first hurdle
My understanding is that webhooks are triggered client side. So in the scenario you described above, each client would be sending a single webhook. Have you tested with 4 separate clients all triggering the action at the same time? I’d be shocked if that doesn’t work as expected.