pepkit / caravel

A web GUI for pipeline job submission and management
http://caravel.databio.org
BSD 2-Clause "Simplified" License
5 stars 1 forks source link

capturing interrupts #112

Open nsheff opened 5 years ago

nsheff commented 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.

nsheff commented 5 years ago

we can definitely use some concepts from pypiper for this.

stolarczyk commented 5 years ago

in caravel --demo run locally the interruption terminates the running processes and the caravel process is terminated