Johnny Hao - Hi, everyone, the starter plan ind...
Hi, everyone, the starter plan indicates max 20 concurrent executions:
does this mean if i have 20+ users hit the platform at the same time, we will get some issue?
Can someone explain?
1 Reply
Hi @Johnny Hao The concurrent execution works on a queuing mechanism, if you exceed concurrent executions it not necessary that remaining requests will be abandoned, suppose you send 40 concurrent requests (40 users hit the API), even if limit is 20, the first 20 will be executed concurrently, the remaining will be waiting and those will get executed after it.
So no request is lost.