what causes it to occasionally take longer than 5 ...
# suitescript
s
what causes it to occasionally take longer than 5 minutes? if it’s just the variability of NS performance, then not much you can do about that (and it can be quite variable). If it’s that certain requests take more time than others, then you may want to delegate the work to a scheduled or map/reduce script task to avoid timeouts, and also to avoid the client waiting forever on a response, unless you require synchronous processing.