openaustralia / yinyo

A wonderfully simple API driven service to reliably execute many long running scrapers in a super scaleable way
https://yinyo.io
Apache License 2.0
6 stars 1 forks source link

Do proper cleanup if client exits cleanly #121

Closed mlandauer closed 4 years ago

mlandauer commented 4 years ago

If press ctrl+c while running client it should try to clean things up including any run it has created

mlandauer commented 4 years ago

Pressing ctrl+c before the run has started should delete the run. After the run has started it should not do that but rather it should give the user the command to run to reconnect to the run at a later stage.

mlandauer commented 4 years ago

Related to #169

mlandauer commented 4 years ago

Fixed by 37fa070fb0b9e9bce42d43cccf0ff918c2521b23