JrocksJ

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?
Was this page helpful?