03-08-2020, 06:16 PM
(03-07-2020, 11:39 PM)Mal Wrote: As the title suggests, I was wondering if you ever thought of implementing scripts to detect when a server stops responding, and bring them back online automatically?
If a server stopped responding, it means something bad happened. If you blindly reboot it, the chances are high that this will happen again. Or that bad happened could spread to other servers.
This question has been raised over and over again for last seven years. With all the same result.
Only thing that changed is that now all servers are running unde GDB and when they crash, they don't just wanish, but are being held in their last state by the debugger, so a programmer could take a look and probably fix the root issue later.