Skip to content

Commit

Permalink
chore: update state transfer graph
Browse files Browse the repository at this point in the history
  • Loading branch information
IronCore864 committed Sep 26, 2024
1 parent 649ebbd commit cf0c4dc
Show file tree
Hide file tree
Showing 2 changed files with 129 additions and 120 deletions.
1 change: 1 addition & 0 deletions internals/overlord/servstate/state-diagram.dot
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ digraph service_state_machine {
node [penwidth=1]
initial -> starting [label="start"]
starting -> running [label="okay wait\nelapsed"]
starting -> terminating [label="stopped before\nokay wait elapses"]
running -> terminating [label="stop"]
running -> terminating [label="check failed\n(action \"restart\")"]
terminating -> killing [label="terminate time\nelapsed"]
Expand Down
Loading

0 comments on commit cf0c4dc

Please sign in to comment.