Open nsheff opened 5 years ago
if you run something from caravel using a local compute package, and then you 'ctrl+c" to interrupt that, it breaks out of caravel.
we need to introduce some interrupt handling to at least gracefully kill the running process.
we can definitely use some concepts from pypiper for this.
in caravel --demo run locally the interruption terminates the running processes and the caravel process is terminated
caravel --demo
caravel
if you run something from caravel using a local compute package, and then you 'ctrl+c" to interrupt that, it breaks out of caravel.
we need to introduce some interrupt handling to at least gracefully kill the running process.