Integration Concurrency limit and SuiteCloud Processors from the ‘NetSuite Service Tiers’ and how this will affect the WebService and Scheduled Scripts

The following questions are related to Integration Concurrency limit and SuiteCloud Processors
from the ‘NetSuite Service Tiers’
We understand that the default number of SuiteCloud Processors available is 2 if we have not
purchased any SuiteCloud Plus licenses.
Likewise, for the Standard service tier, the minimum Integration Concurrency is 5.
Is there a direct correlation between SuiteCloud Processors and Integration Concurrency limit?
Our assumption was that
○ SuiteCloud Processors limit was only for the number of Scheduled and Map
Reduce scripts that NetSuite can handle parallelly or concurrently
○ The Integration Concurrency limit was for the number of Web Services and
RESTlet and NetSuite handle such requests parallelly or concurrently.
This will be independent of the current usage of SuiteCloud Processors.
○ CSV Import limit is the number of CSV Import NetSuite can handle at a time
Consider that only 2 SuiteCloud Processors are available and both of them are currently used up
by a Scheduled script and Map Reduce script which will run/span for another 1 hour.
Kindly consider the below question in the context of the scenario given above.
● If 5 new RESTlet or Web Service requests came in at the same time (assume that there
are no previous WebService/RESTlet requests), will this get immediately processed or go
into a queue?


Is there a direct correlation between SuiteCloud Processors and Integration Concurrency limit?
Integration Concurrency limit is dependent on the number of SuiteCloud Processors available. In your scenario wherein you do not have SuiteCloud Plus License, you only have 2 processors that will process requests. If there are 5 concurrent requests submitted, only the first 2 will be processed at the same time. You can also validate this by going to the Integration Governance page (Setup > Integration > Integration Governance).

If 5 new RESTlet or Web Service requests came in at the same time (assume that there are no previous WebService/RESTlet requests), will this get immediately processed or go into a queue?
No, since only 2 processors will process all 5 requests. The other 3 will go into a queue
For reference, please visit the following SuiteAnswers articles:
– 86938 Concurrency Limit per Integration
– 65791 Web Services and RESTlet Concurrency Governance
– 86930  Concurrency Governance Limits Based on Service Tiers and SuiteCloud Plus Licenses

Leave a comment

Your email address will not be published. Required fields are marked *