Hi All, I am running into errors “SSS_REQUEST_LIMI...
# suitescript
k
Hi All, I am running into errors “SSS_REQUEST_LIMIT_EXCEEDED”. it seems to a concurrency problem, but I am having trouble understanding how they are determining concurrency. Can anyone provide the best practices for concurrency, and understanding how they measure concurrency.
s
I would assume people are going to need more context to help you diagnose... type of script, version, etc
m
@KT you likely have a restlet or other web services tied to an integration. If so you can check concurrency under Setup > Integration > Integration Governance. There is also a great free bundle called 'Application Performance Management' that gives visual reports with more detail about what might be causing those errors. GL!
e
There is a ton of information in Help about NetSuite's Concurrency system; see
Help:Web Services and RESTlet Concurrency Governance
s
General Ledger?
m
haha sorry no I meant good luck
s
as for best practice, I'd suggest your build the caller that's getting that error such that it can gracefully retry the operation.
k
Thanks All, Will check all the insights provided!!!
321 Views