bosun-monitor / bosun

Time Series Alerting Framework
http://bosun.org
MIT License
3.4k stars 494 forks source link

[CLOSED] Commands should attempt Interrupt before Kill #489

Closed maddyblue closed 9 years ago

maddyblue commented 9 years ago

Issue by kylebrandt Thursday Jul 31, 2014 at 17:34 GMT Originally opened as https://github.com/bosun-monitor/scollector/issues/56


We should try issuing an interrupt to a long running command, and then kill it if the interrupt fails. This gives it a chance to close gracefully.

maddyblue commented 9 years ago

Comment by mjibson Thursday Jul 31, 2014 at 17:36 GMT


How exactly do we want this to work with the timeout? Should it happen before or at the timeout? If we can figure that out I think it's doable.

maddyblue commented 9 years ago

Comment by mjibson Monday Oct 13, 2014 at 08:26 GMT


Done with 5b48702278293fa04beca9441fa31b0e32e5bfa8