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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ The state machine operates on two dimensions:
28
28
1.**Monitor States** - React to external events (process exits, timeouts, health check results)
29
29
2.**Desired States** - Handle user commands and policy decisions
30
30
This separation allows to handle complex scenarios like a user requesting a restart while a process is failing health checks by applying the same rules as for monitoring, making the state machine fully self-contained.
31
-
This ensures we processes cannot enter invalid states and proviedes predictable behavior.
31
+
This ensures we processes cannot enter invalid states and provides predictable behavior.
0 commit comments