You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since a Node can run multiple Restate components it is no longer a good idea to panic on errors occurring in one component. The problem with this approach is that one failing component will drag all other components down with it. Instead, we want to change the default behavior to retrying a failed operation and additionally report the retrying as part of the health status of this component. Based on this health status, the cluster controller can make global decisions about which components to shut down or migrate.
The content you are editing has changed. Please copy your edits and refresh the page.
Since a
Node
can run multiple Restate components it is no longer a good idea to panic on errors occurring in one component. The problem with this approach is that one failing component will drag all other components down with it. Instead, we want to change the default behavior to retrying a failed operation and additionally report the retrying as part of the health status of this component. Based on this health status, the cluster controller can make global decisions about which components to shut down or migrate.Tasks
The text was updated successfully, but these errors were encountered: