Replies: 2 comments
-
Hi Francesco, There are a couple of options:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
current implementation of Supervisor doesn't support remote start, but you can handle such case by yourself using https://docs.ergo.services/networking/remote-spawn-process or https://docs.ergo.services/networking/remote-start-application |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I was wondering how to setup simple cluster with failover. I suppose to start say 3 nodes, one process will start an application with supervisor and some actors. Once everything is running the node crashes, does the cluster (supervisor) will take over to start the crashed actors on a different node? Is this feature available or is something should be implemented on top of the framework?
Beta Was this translation helpful? Give feedback.
All reactions