Hello all, I am working on a Map/Reduce script that has to edit around 40,000 items. It originally was done by a scheduled script, but obviously it runs out of usage. The issue I am running into is that the Map/Reduce script is stopped after an hour because of the time limit that it has. Scheduling it seems like the only way to get this to work, but I dont need to run this script very often. (it is supposed to go through the items and set the lowest priced vendor to the preferred vendor.)
Does anyone have any pointers or suggestions on how to get this script to get through all of the items without running out of usage or hitting the time limit? Or a work around?