6 ms·
> you can use docker-autoheal or something similar to automatically restart those processes I consider it sloppy to accept that a process will crash and become
by gdm85 7y ago
> you can use docker-autoheal or something similar to automatically restart those processes
I consider it sloppy to accept that a process will crash and become unresponsive as a normal fact of life, and that subsequently they have to be automatically restarted. A process should stay put at what it was designed to do. Reasons for the crash/unresponsiveness should be investigated (memory leaks, race conditions etc) and not swept under a carpet with an automatic restart.
- hinkley 7y agoRestarts should go into your reporting too. Erlang seems to take the opposite approach. Processes are cheap, when one wears out you dispose of it instead of trying to fix it.
- deleted 7y ago[deleted]