Concurrent requests

How many concurrent requests can an application make to the API? It used to be 1, but can’t find info on if it changed.

1 Like

Yes. At least that was a standard until a couple of months ago. We had several discussions around this in the Slack group, which is now all gone.

It’s not much of a pain tbh, you will need to create a queue on your backend and send requests sequentially. But the concurrency needs to be well known as I need to know how many requests from my queue I can send at the same time.

It is a bit of an end of road for No Code based tools though. I don’t know anything like SQS that is No Code.

1 Like