Thinking I could clean up my files in a SIGINT handler
tatterdemalion @ tatterdemalion @programming.dev Posts 6Comments 516Joined 2 yr. ago

tatterdemalion @ tatterdemalion @programming.dev
Posts
6
Comments
516
Joined
2 yr. ago
You are never guaranteed to be able to do anything during a crash. You are better off handling these kinds of edge cases in a recovery phase during the start of your app.