Jrocks
Jrocks3mo ago

Jrocks - I have a POST request trigger. This en...

I have a POST request trigger. This endpoint listens for sending and receiving messages, as well as a variety of events like updating contacts from a CRM. It routes them to the correct path and stores them in the database, among many other actions based on the data that comes with each request. I am wondering how many requests this REST API can handle. I am expecting up to 200 to 500 requests per second once the system is up and running. Also, can it handle more than that?
1 Reply
Gaurav Chadha
Gaurav Chadha3mo ago
Hey @Jrocks, Yes, BuildShip allows you to scale infinitely and handle any number of requests. There is no rate limit on the paid plans. Also BuildShip gives you a fully managed service so app APIs, and workflows are deployed on BuildShip infrastructure on Google Cloud with an option to host and deploy the full instance of the server on your own GCP server (Enterprise Plans) giving you the full power to scale infinitely.