File tree Expand file tree Collapse file tree 2 files changed +18
-6
lines changed
internal-packages/run-engine Expand file tree Collapse file tree 2 files changed +18
-6
lines changed Original file line number Diff line number Diff line change @@ -212,6 +212,10 @@ graph TD
212212 WS[WaitpointSystem]
213213 BS[BatchSystem]
214214 ES[EnqueueSystem]
215+ CS[CheckpointSystem]
216+ DRS[DelayedRunSystem]
217+ TS[TtlSystem]
218+ WFS[WaitingForWorkerSystem]
215219
216220 %% Core Dependencies
217221 RE --> DS
@@ -220,6 +224,10 @@ graph TD
220224 RE --> WS
221225 RE --> BS
222226 RE --> ES
227+ RE --> CS
228+ RE --> DRS
229+ RE --> TS
230+ RE --> WFS
223231
224232 %% System Dependencies
225233 DS --> ESS
@@ -234,6 +242,15 @@ graph TD
234242
235243 ES --> ESS
236244
245+ CS --> ESS
246+ CS --> ES
247+
248+ DRS --> ES
249+
250+ WFS --> ES
251+
252+ TS --> WS
253+
237254 %% Shared Resources
238255 subgraph Resources
239256 PRI[(Prisma)]
@@ -248,12 +265,7 @@ graph TD
248265
249266 %% Resource Dependencies
250267 RE -.-> Resources
251- DS -.-> PRI & LOG & TRC & RQ & RL & EB & WRK
252- RAS -.-> PRI & LOG & TRC & RL & EB & RQ & WRK
253- ESS -.-> PRI & LOG & TRC & WRK & EB
254- WS -.-> PRI & LOG & TRC & WRK & EB & RCQ
255- BS -.-> PRI & LOG & TRC & WRK
256- ES -.-> PRI & LOG & TRC & WRK & EB & RQ
268+ DS & RAS & ESS & WS & BS & ES & CS & DRS & TS & WFS -.-> Resources
257269```
258270
259271## System Responsibilities
You can’t perform that action at this time.
0 commit comments