i have a map reduce script stuck and running i use...
# suitescript
s
i have a map reduce script stuck and running i used the idea from sutie answers still no luck
yes still runing
s
Not much you can do besides wait once it has started.
s
yeah it just crashed so hpefully wont be an issue
j
Running means invoking map() or reduce() infinite times? If that's the case, try modifying the script to return false whenever the script goes to reduce or map stage. Thus you can avoid business operations getting affected.