clio icon indicating copy to clipboard operation
clio copied to clipboard

Handle SIGHUP and friends gracefully

Open godexsoft opened this issue 2 years ago • 1 comments

Currently sending any signal to clio will stop it as there is no handling of signals at all atm. Let's define which signals should do what and implement the handlers. The goal is to shutdown gracefully on a TBD set of signals.

godexsoft avatar Dec 09 '22 17:12 godexsoft

Take into account the new Source design or maybe change it to something better. https://github.com/XRPLF/clio/pull/1171#discussion_r1489192405

kuznetsss avatar Feb 16 '24 11:02 kuznetsss