Rate Limiting Strategy
We have rate limiting applied for all inbound calls to Increff Omni from any external source.
We can allow 200 inbound requests per minute for any client.
This rate limiting is applied across all inbound calls and it is not at url level.
Â
For example :
In one minute Client’s ERP can only make 100 create inward order calls and 100 create vendor master calls i.e. total 200 inbound requests per minute.
Once rate limit is crossed, system starts throwing error with HTTP status code 429.
External system should then wait and then begin with further requests.