How would I go about cancelling a Map Reduce scrip...
# suitescript
e
How would I go about cancelling a Map Reduce script thats started?
s
Deleting the script I believe stops it (maybe just the deployment), really not designed to be stopped once started
s
marking it inactive should also achieve the same
IIRC it will stop at the next time it tries to call a stage
e
@stalbert Yep - inactivating the Script record worked (after a few minutes)
🙌 1