Hi #C29HQS63G,
Quick Help needed. This is very urgent. I want to stop this script execution immediately.
Is there a way to stop the currently running Map/Reduce script, which is running for the 60k search results?
Please Helppp!!!!!!!
a
Anthony OConnor
09/01/2025, 9:38 PM
you can undeploy the script, which should stop it at the next stage I believe, but if its already into the maps/reduces that are doing things its going to finish processing them
c
christianRILECPQ
09/02/2025, 5:38 AM
Setup > Deployments > find your script > change status to "Not Scheduled". If it's already processing, current batch will finish but no new ones will queue. For future large datasets, add governance checks to avoid timeouts!