Does anyone know if there are concurrency limits f...
# suitescript
m
Does anyone know if there are concurrency limits for public suitelets or is it only restlets?
j
i think concurrency limits are only applied to rest & webservices integrations.
m
So basically if you want to get around the limits you can build a public suitelet with your own authentication mechanism
b
Copy code
The governance limit for concurrent requests for Suitelets available without login is the same as the limit for RESTlets. For information about the account limits, see Web Services and RESTlet Concurrency Governance. For Suitelets that are authenticated through login, the number of concurrent requests is currently not governed.
m
Thanks @battk. I'm not seeing any suitelet hits in AMP concurrency monitor so maybe they aren't currently enforcing it.
Other places in documentation make it sounds like it's just restlets and soap
t
matt's book says that they havent worked out the suitlelet governance yet. Also this is interesting https://ursuscode.com/netsuite-tips/epic-battle-concurrent-map-reduce-vs-concurrent-suitelet/
🤯 1
m
Thanks, that's really interesting
s
in years past we used to prefer suitelets over restlets partly for this reason