Hello everyone, is there a way to stop a map reduc...
# general
f
Hello everyone, is there a way to stop a map reduce from running? it entered an unexpected infinite loop and I can't find a way to shut it down
e
Remove the deployment record and it will eventually stop (it could take some time until it stops) I have only done this once so be carefully. Make a copy of any parameters with its internal id and values to create it again, also take note of the the schedule.
You can try to inactive the script/deployment as well, it could work but not immediately, something is saved in cache and the process continue for some time.
🙌 1
192 Views