how to terminate map/reduce script execution
# general
v
how to terminate map/reduce script execution
c
@Vamshi Reddy it’s not possible. If it’s impacting your business then you have to raise a support case to terminate forcefully in the backend
v
Thanks!
a
deleting the script itself removes it from the queue and makes you feel like it helped, but its still taking a processor. Not recommended.
v
removing all logic from function worked for me
👍 1
a
I wondered if that would work. I didn't know if the MapReduce script loads the script file anew for each key in the pipeline. Nice to know that there's a way!