Is there any way to run a map/reduce script more f...
# suitescript
n
Is there any way to run a map/reduce script more frequently than every 15 minutes?
s
There are ways to get around the scheduling options within NetSuite. One possibility would be to use an external process to trigger the Map/Reduce task via a restlet or suitelet script, and you could trigger it as often as you'd like. Or, for a more NetSuite native solution, you could just have the Map/Reduce re-schedule itself to run again as soon as it completes. It would then be running almost continuously, though. Getting creative, you can probably find many ways to do this. What is the M/R script doing that requires running more often than every 15 minutes?
j
alternately
🤣 4