Anyone know where else I can look to find out the ...
# suitescript
c
Anyone know where else I can look to find out the reason for a Restlet timeout? We have an API making a GET request, but it times out and and that's causing the script to fail. There haven't been any changes to script/deployment since 2018.
s
How long is the restlet running before timing out? Restlets that run for longer than 300 seconds can time out in NetSuite.
c
I believe it is running longer than that. I am not the one who wrote it but was trying to research. I think I figured it out though. I uploaded data to a custom field on customer records (<1000) and this Restlet must be doing some sort of search with changes to customer records.