Fix restart logic and add watchdog #18
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "uw-watchdog"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Addresses observed issues with recovery after server crashes, and apparent inactivity where the client seems frozen.
Supervision behavior changed to
rest_for_one, such that connectors will restart if the server does.The connectors save connection options with the watchdog (as
persistent_term) so that when restarted, they can reestablish the connection.