Recoverability

A component that handles and recovers from its own failures reduces the need to manage its internal complexity constantly. Actors should be designed to recover when failure occurs. Actors can still fail because all systems can fail.

1 sources - 3 claims

A component that handles and recovers from its own failures reduces the need to manage its internal complexity constantly. Actors should be designed to recover when failure occurs. Actors can still fail because all systems can fail.