I have a suitelet that shows the current getPercen...
# suitescript
w
I have a suitelet that shows the current getPercentageCompleted for a M/R task. This task has the standard buffer size of 1. And if I read the fieldhelp on the buffersize it says it then should store the result after each key/value pair. When I poll the suitelet to get the current status, it is rather slow on updating the percentage. I'm also looking at the getPendingMapCount(), and it seems as it updates after several hundred of key/pairs or when the points/time runs out for the map-instance. Anyone know the frequency of which it updates the task status? In some instances the map stage only has 100 records to process, but I'd still like to see the progress on demand.