Skip to content

Commit dfe5464

Browse files
committed
Remove style from diagram.
1 parent 980a125 commit dfe5464

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

context/getting-started.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,6 @@ graph TD
3535
Worker1 -.->|connects via IPC| Supervisor
3636
Worker2 -.->|connects via IPC| Supervisor
3737
WorkerN -.->|connects via IPC| Supervisor
38-
39-
style Controller fill:#e1f5ff
40-
style Supervisor fill:#fff4e1
41-
style Worker1 fill:#e8f5e9
42-
style Worker2 fill:#e8f5e9
43-
style WorkerN fill:#e8f5e9
4438
```
4539

4640
**Important:** The supervisor process is itself just another process managed by the root controller. If the supervisor crashes, the controller will restart it, and all worker processes will automatically reconnect to the new supervisor. This design ensures high availability and fault tolerance.

guides/getting-started/readme.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,6 @@ graph TD
3535
Worker1 -.->|connects via IPC| Supervisor
3636
Worker2 -.->|connects via IPC| Supervisor
3737
WorkerN -.->|connects via IPC| Supervisor
38-
39-
style Controller fill:#e1f5ff
40-
style Supervisor fill:#fff4e1
41-
style Worker1 fill:#e8f5e9
42-
style Worker2 fill:#e8f5e9
43-
style WorkerN fill:#e8f5e9
4438
```
4539

4640
**Important:** The supervisor process is itself just another process managed by the root controller. If the supervisor crashes, the controller will restart it, and all worker processes will automatically reconnect to the new supervisor. This design ensures high availability and fault tolerance.

0 commit comments

Comments
 (0)