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
212
212
WS[WaitpointSystem]
213
213
BS[BatchSystem]
214
214
ES[EnqueueSystem]
215
+ CS[CheckpointSystem]
216
+ DRS[DelayedRunSystem]
217
+ TS[TtlSystem]
218
+ WFS[WaitingForWorkerSystem]
215
219
216
220
%% Core Dependencies
217
221
RE --> DS
@@ -220,6 +224,10 @@ graph TD
220
224
RE --> WS
221
225
RE --> BS
222
226
RE --> ES
227
+ RE --> CS
228
+ RE --> DRS
229
+ RE --> TS
230
+ RE --> WFS
223
231
224
232
%% System Dependencies
225
233
DS --> ESS
@@ -234,6 +242,15 @@ graph TD
234
242
235
243
ES --> ESS
236
244
245
+ CS --> ESS
246
+ CS --> ES
247
+
248
+ DRS --> ES
249
+
250
+ WFS --> ES
251
+
252
+ TS --> WS
253
+
237
254
%% Shared Resources
238
255
subgraph Resources
239
256
PRI[(Prisma)]
@@ -248,12 +265,7 @@ graph TD
248
265
249
266
%% Resource Dependencies
250
267
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
257
269
```
258
270
259
271
## System Responsibilities
You can’t perform that action at this time.
0 commit comments