There is no fixed request limit.
Your plan determines how many requests can run simultaneously (known as threads), not the total number of requests you can send.
As soon as one request finishes, that thread becomes available for another request.
This allows you to send an unlimited number of requests over time while controlling your level of concurrency.
If your project grows, you can upgrade your plan to increase the number of concurrent threads available.
