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.
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.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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.