Has anyone ever dealt with timeout issues on API r...
# integrations
n
Has anyone ever dealt with timeout issues on API requests and have a resolution for this?
z
I have a big issue with Restlet that load dataset and just return JSON response... no processing data at all... OK, dataset is a simple but large one 100k lines... it tooks over 5min to execute and timeout is job break... As I know, there is no help 😢 Buying additional Suite CPU is not a resolution because it increases concurrency but not provide better speed of the NetSuite
e
You don't buy Netsuite for the speed/performance... 😉
When you say API requests are you referring to inbound requests via the SuiteTalk API? If so, is it SOAP, REST or RESTlets?
z
I didn't say anything against NetSuite 😂
f
As you scale you will run into issues on any system. Think about implementing an architecture that has the ability to self heal. Netsuite is great, but at capacity it can get bogged down.
👍 1