1) Is there a way to automatically detect when a node crashes from another node?
2) Is there a way to automatically restart a node that just crashed?
As for my second question, I have googled and I don't see to find any mention of creating nodes from / at runtime.
I understand that you can do this with processes. Creating processes at runtime is trivial, and if you want to know when they crash, you can create them from a supervisor, etc., but I cannot find anything related to node discovery / creation.
This is for a customer who wants to develop a smaller version of Amazon EDS, but I canβt imagine that Amazon manually reloads the nodes if they go down!
Lethi source share