bmc-toolbox/bmcbutler

fix SIGTERM handling

joelrebel opened this issue · 0 comments

When running configure on assets, a CRTL-C/SIGTERM interrupt would wait for all configuration resources to be applied on a asset and then exit.

With the changes done in #2
its possible to exit right after the resource currently being applied is done.

This requires some fixing in the way the butlers are spawned and stopped - #7