-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresource monitor.drawio
More file actions
326 lines (326 loc) · 29.5 KB
/
Copy pathresource monitor.drawio
File metadata and controls
326 lines (326 loc) · 29.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
<mxfile host="Electron" modified="2024-03-17T10:11:59.741Z" agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) draw.io/24.0.4 Chrome/120.0.6099.109 Electron/28.1.0 Safari/537.36" etag="y_7pnUTdO3kSFsOfhlEf" version="24.0.4" type="device" pages="2">
<diagram name="flow-chat" id="GIrhPuon1AMU0L5ACHcF">
<mxGraphModel dx="2924" dy="1196" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="850" pageHeight="1100" math="1" shadow="0">
<root>
<mxCell id="0" />
<mxCell id="1" parent="0" />
<mxCell id="aLLWMUdCiFEa0aZxwGlS-18" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;" parent="1" source="aLLWMUdCiFEa0aZxwGlS-1" target="aLLWMUdCiFEa0aZxwGlS-2" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="aLLWMUdCiFEa0aZxwGlS-1" value="MONITOR START" style="strokeWidth=2;html=1;shape=mxgraph.flowchart.start_1;whiteSpace=wrap;fontSize=14;fillColor=#f8cecc;strokeColor=#b85450;" parent="1" vertex="1">
<mxGeometry x="320" y="90" width="160" height="60" as="geometry" />
</mxCell>
<mxCell id="aLLWMUdCiFEa0aZxwGlS-15" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;" parent="1" source="aLLWMUdCiFEa0aZxwGlS-2" target="aLLWMUdCiFEa0aZxwGlS-13" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="aLLWMUdCiFEa0aZxwGlS-69" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;" parent="1" source="aLLWMUdCiFEa0aZxwGlS-2" target="aLLWMUdCiFEa0aZxwGlS-12" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="aLLWMUdCiFEa0aZxwGlS-2" value="读取配置文件,支持监听多个队列配置,并以多线程的方式启动队列监听程序" style="rounded=1;whiteSpace=wrap;html=1;absoluteArcSize=1;arcSize=14;strokeWidth=2;spacingLeft=8;spacingRight=8;align=center;fontSize=14;" parent="1" vertex="1">
<mxGeometry x="280" y="200" width="240" height="70" as="geometry" />
</mxCell>
<mxCell id="aLLWMUdCiFEa0aZxwGlS-3" value="配置文件 conf.ini" style="swimlane;fontStyle=0;childLayout=stackLayout;horizontal=1;startSize=30;horizontalStack=0;resizeParent=1;resizeParentMax=0;resizeLast=0;collapsible=1;marginBottom=0;whiteSpace=wrap;html=1;" parent="1" vertex="1">
<mxGeometry x="-40" y="200" width="240" height="290" as="geometry" />
</mxCell>
<mxCell id="aLLWMUdCiFEa0aZxwGlS-4" value="<span style="background-color: initial;">default queue</span>" style="text;strokeColor=#666666;fillColor=#f5f5f5;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;rotatable=0;whiteSpace=wrap;html=1;fontColor=#333333;" parent="aLLWMUdCiFEa0aZxwGlS-3" vertex="1">
<mxGeometry y="30" width="240" height="30" as="geometry" />
</mxCell>
<mxCell id="aLLWMUdCiFEa0aZxwGlS-9" value="<ul><li>region: cn-shanghai</li><li>queue_id: q-20240122114831-xxxxx</li><li>task_queue_limit_per_user: 1</li><li>gpu_limit_per_task: 32</li><li>hours_limit_per_task:72</li><li>time_limit_per_task: 2304</li></ul>" style="text;strokeColor=#666666;fillColor=#f5f5f5;html=1;whiteSpace=wrap;verticalAlign=top;overflow=hidden;spacing=0;spacingTop=-13;fontColor=#333333;" parent="aLLWMUdCiFEa0aZxwGlS-3" vertex="1">
<mxGeometry y="60" width="240" height="100" as="geometry" />
</mxCell>
<mxCell id="aLLWMUdCiFEa0aZxwGlS-5" value="queue 2" style="text;strokeColor=#666666;fillColor=#f5f5f5;align=left;verticalAlign=middle;spacingLeft=4;spacingRight=4;overflow=hidden;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;rotatable=0;whiteSpace=wrap;html=1;fontColor=#333333;" parent="aLLWMUdCiFEa0aZxwGlS-3" vertex="1">
<mxGeometry y="160" width="240" height="30" as="geometry" />
</mxCell>
<mxCell id="aLLWMUdCiFEa0aZxwGlS-10" value="<ul><li>region: cn-shanghai</li><li>queue_id: q-20240122114831-xxxxx</li><li>...</li></ul>" style="text;strokeColor=#666666;fillColor=#f5f5f5;html=1;whiteSpace=wrap;verticalAlign=top;overflow=hidden;spacing=0;spacingTop=-13;fontColor=#333333;" parent="aLLWMUdCiFEa0aZxwGlS-3" vertex="1">
<mxGeometry y="190" width="240" height="100" as="geometry" />
</mxCell>
<mxCell id="aLLWMUdCiFEa0aZxwGlS-12" value="启动队列监听线程(定时任务)" style="rounded=1;whiteSpace=wrap;html=1;absoluteArcSize=1;arcSize=14;strokeWidth=2;spacingLeft=8;spacingRight=8;align=center;fontSize=14;" parent="1" vertex="1">
<mxGeometry x="280" y="320" width="240" height="40" as="geometry" />
</mxCell>
<mxCell id="aLLWMUdCiFEa0aZxwGlS-13" value="启动队列监听线程" style="rounded=1;whiteSpace=wrap;html=1;absoluteArcSize=1;arcSize=14;strokeWidth=2;spacingLeft=8;spacingRight=8;align=center;fontSize=14;fillColor=#dae8fc;strokeColor=#6c8ebf;" parent="1" vertex="1">
<mxGeometry x="600" y="320" width="240" height="40" as="geometry" />
</mxCell>
<mxCell id="aLLWMUdCiFEa0aZxwGlS-17" value="<font style="font-size: 19px;">......</font>" style="text;strokeColor=none;align=center;fillColor=none;html=1;verticalAlign=middle;whiteSpace=wrap;rounded=0;" parent="1" vertex="1">
<mxGeometry x="840" y="320" width="60" height="30" as="geometry" />
</mxCell>
<mxCell id="aLLWMUdCiFEa0aZxwGlS-36" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;" parent="1" source="aLLWMUdCiFEa0aZxwGlS-19" target="aLLWMUdCiFEa0aZxwGlS-21" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="aLLWMUdCiFEa0aZxwGlS-39" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;" parent="1" source="aLLWMUdCiFEa0aZxwGlS-19" target="aLLWMUdCiFEa0aZxwGlS-23" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="aLLWMUdCiFEa0aZxwGlS-19" value="初始化 PreemptiveQueue 资源对象,随后调用对应的监听动作" style="rounded=1;whiteSpace=wrap;html=1;absoluteArcSize=1;arcSize=14;strokeWidth=2;spacingLeft=8;spacingRight=8;align=left;fontSize=14;" parent="1" vertex="1">
<mxGeometry x="280" y="410" width="240" height="60" as="geometry" />
</mxCell>
<mxCell id="aLLWMUdCiFEa0aZxwGlS-20" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;entryX=0.601;entryY=-0.029;entryDx=0;entryDy=0;entryPerimeter=0;" parent="1" edge="1">
<mxGeometry relative="1" as="geometry">
<mxPoint x="399.76" y="360" as="sourcePoint" />
<mxPoint x="399.76" y="409" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="aLLWMUdCiFEa0aZxwGlS-37" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;" parent="1" source="aLLWMUdCiFEa0aZxwGlS-21" target="aLLWMUdCiFEa0aZxwGlS-24" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="aLLWMUdCiFEa0aZxwGlS-21" value="check_queue_tasks()" style="rounded=1;whiteSpace=wrap;html=1;absoluteArcSize=1;arcSize=14;strokeWidth=2;spacingLeft=8;spacingRight=8;align=center;fontSize=14;" parent="1" vertex="1">
<mxGeometry x="280" y="530" width="240" height="40" as="geometry" />
</mxCell>
<mxCell id="aLLWMUdCiFEa0aZxwGlS-67" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;" parent="1" source="aLLWMUdCiFEa0aZxwGlS-23" target="aLLWMUdCiFEa0aZxwGlS-42" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="aLLWMUdCiFEa0aZxwGlS-23" value="check_running_tasks()" style="rounded=1;whiteSpace=wrap;html=1;absoluteArcSize=1;arcSize=14;strokeWidth=2;spacingLeft=8;spacingRight=8;align=center;fontSize=14;" parent="1" vertex="1">
<mxGeometry x="600" y="530" width="240" height="40" as="geometry" />
</mxCell>
<mxCell id="aLLWMUdCiFEa0aZxwGlS-38" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;" parent="1" source="aLLWMUdCiFEa0aZxwGlS-24" target="aLLWMUdCiFEa0aZxwGlS-26" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="aLLWMUdCiFEa0aZxwGlS-24" value="调用火山引擎API:volc_client()" style="rounded=1;whiteSpace=wrap;html=1;absoluteArcSize=1;arcSize=14;strokeWidth=2;spacingLeft=8;spacingRight=8;align=center;fontSize=14;" parent="1" vertex="1">
<mxGeometry x="280" y="630" width="240" height="60" as="geometry" />
</mxCell>
<mxCell id="aLLWMUdCiFEa0aZxwGlS-30" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;" parent="1" source="aLLWMUdCiFEa0aZxwGlS-26" target="aLLWMUdCiFEa0aZxwGlS-28" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="aLLWMUdCiFEa0aZxwGlS-26" value="处理 response,得到每一用户提交的等待任务列表" style="rounded=1;whiteSpace=wrap;html=1;absoluteArcSize=1;arcSize=14;strokeWidth=2;spacingLeft=8;spacingRight=8;align=center;fontSize=14;" parent="1" vertex="1">
<mxGeometry x="280" y="750" width="240" height="60" as="geometry" />
</mxCell>
<mxCell id="aLLWMUdCiFEa0aZxwGlS-31" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;" parent="1" source="aLLWMUdCiFEa0aZxwGlS-28" target="aLLWMUdCiFEa0aZxwGlS-29" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="aLLWMUdCiFEa0aZxwGlS-45" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;" parent="1" source="aLLWMUdCiFEa0aZxwGlS-28" edge="1">
<mxGeometry relative="1" as="geometry">
<mxPoint x="400" y="850" as="targetPoint" />
<Array as="points">
<mxPoint x="540" y="920" />
<mxPoint x="540" y="850" />
<mxPoint x="520" y="850" />
</Array>
</mxGeometry>
</mxCell>
<mxCell id="aLLWMUdCiFEa0aZxwGlS-28" value="用户提交的等待任务数量超出上限" style="strokeWidth=2;html=1;shape=mxgraph.flowchart.decision;whiteSpace=wrap;fillColor=#ffe6cc;strokeColor=#d79b00;" parent="1" vertex="1">
<mxGeometry x="280" y="880" width="240" height="80" as="geometry" />
</mxCell>
<mxCell id="aLLWMUdCiFEa0aZxwGlS-70" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;" parent="1" source="aLLWMUdCiFEa0aZxwGlS-29" target="aLLWMUdCiFEa0aZxwGlS-50" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="aLLWMUdCiFEa0aZxwGlS-29" value="停止用户最新提交的任务" style="rounded=1;whiteSpace=wrap;html=1;absoluteArcSize=1;arcSize=14;strokeWidth=2;spacingLeft=8;spacingRight=8;align=center;fontSize=14;" parent="1" vertex="1">
<mxGeometry x="280" y="1050" width="240" height="40" as="geometry" />
</mxCell>
<mxCell id="aLLWMUdCiFEa0aZxwGlS-32" value="是" style="text;strokeColor=none;align=center;fillColor=none;html=1;verticalAlign=middle;whiteSpace=wrap;rounded=0;" parent="1" vertex="1">
<mxGeometry x="395" y="1000" width="60" height="30" as="geometry" />
</mxCell>
<mxCell id="aLLWMUdCiFEa0aZxwGlS-41" value="" style="edgeStyle=none;orthogonalLoop=1;jettySize=auto;html=1;rounded=0;" parent="1" edge="1">
<mxGeometry width="80" relative="1" as="geometry">
<mxPoint x="200" y="234.9" as="sourcePoint" />
<mxPoint x="280" y="234.9" as="targetPoint" />
<Array as="points" />
</mxGeometry>
</mxCell>
<mxCell id="aLLWMUdCiFEa0aZxwGlS-68" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;" parent="1" source="aLLWMUdCiFEa0aZxwGlS-42" target="aLLWMUdCiFEa0aZxwGlS-43" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="aLLWMUdCiFEa0aZxwGlS-42" value="调用火山引擎API:volc_client()" style="rounded=1;whiteSpace=wrap;html=1;absoluteArcSize=1;arcSize=14;strokeWidth=2;spacingLeft=8;spacingRight=8;align=center;fontSize=14;" parent="1" vertex="1">
<mxGeometry x="600" y="630" width="240" height="60" as="geometry" />
</mxCell>
<mxCell id="aLLWMUdCiFEa0aZxwGlS-51" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;" parent="1" source="aLLWMUdCiFEa0aZxwGlS-43" target="aLLWMUdCiFEa0aZxwGlS-47" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="aLLWMUdCiFEa0aZxwGlS-52" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;" parent="1" source="aLLWMUdCiFEa0aZxwGlS-43" target="aLLWMUdCiFEa0aZxwGlS-48" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="aLLWMUdCiFEa0aZxwGlS-54" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;" parent="1" source="aLLWMUdCiFEa0aZxwGlS-43" target="aLLWMUdCiFEa0aZxwGlS-49" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="aLLWMUdCiFEa0aZxwGlS-43" value="处理 response,获取运行任务列表" style="rounded=1;whiteSpace=wrap;html=1;absoluteArcSize=1;arcSize=14;strokeWidth=2;spacingLeft=8;spacingRight=8;align=center;fontSize=14;" parent="1" vertex="1">
<mxGeometry x="600" y="750" width="240" height="60" as="geometry" />
</mxCell>
<mxCell id="aLLWMUdCiFEa0aZxwGlS-46" value="否" style="text;strokeColor=none;align=center;fillColor=none;html=1;verticalAlign=middle;whiteSpace=wrap;rounded=0;" parent="1" vertex="1">
<mxGeometry x="490" y="890" width="60" height="30" as="geometry" />
</mxCell>
<mxCell id="aLLWMUdCiFEa0aZxwGlS-61" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;" parent="1" source="aLLWMUdCiFEa0aZxwGlS-47" target="aLLWMUdCiFEa0aZxwGlS-55" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="aLLWMUdCiFEa0aZxwGlS-47" value="每用户的运行任务GPU资源超出上限" style="strokeWidth=2;html=1;shape=mxgraph.flowchart.decision;whiteSpace=wrap;fillColor=#ffe6cc;strokeColor=#d79b00;" parent="1" vertex="1">
<mxGeometry x="600" y="880" width="240" height="80" as="geometry" />
</mxCell>
<mxCell id="aLLWMUdCiFEa0aZxwGlS-63" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;" parent="1" source="aLLWMUdCiFEa0aZxwGlS-48" target="aLLWMUdCiFEa0aZxwGlS-56" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="aLLWMUdCiFEa0aZxwGlS-48" value="单任务的可运行时间超出上限" style="strokeWidth=2;html=1;shape=mxgraph.flowchart.decision;whiteSpace=wrap;fillColor=#ffe6cc;strokeColor=#d79b00;" parent="1" vertex="1">
<mxGeometry x="890" y="880" width="240" height="80" as="geometry" />
</mxCell>
<mxCell id="aLLWMUdCiFEa0aZxwGlS-66" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;" parent="1" source="aLLWMUdCiFEa0aZxwGlS-49" target="aLLWMUdCiFEa0aZxwGlS-60" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="aLLWMUdCiFEa0aZxwGlS-49" value="单任务的剩余运行时间不足1小时" style="strokeWidth=2;html=1;shape=mxgraph.flowchart.decision;whiteSpace=wrap;fillColor=#ffe6cc;strokeColor=#d79b00;" parent="1" vertex="1">
<mxGeometry x="1180" y="880" width="240" height="80" as="geometry" />
</mxCell>
<mxCell id="aLLWMUdCiFEa0aZxwGlS-76" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;" parent="1" source="aLLWMUdCiFEa0aZxwGlS-50" target="aLLWMUdCiFEa0aZxwGlS-75" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="aLLWMUdCiFEa0aZxwGlS-50" value="提交告警信息" style="rounded=1;whiteSpace=wrap;html=1;absoluteArcSize=1;arcSize=14;strokeWidth=2;spacingLeft=8;spacingRight=8;align=center;fontSize=14;" parent="1" vertex="1">
<mxGeometry x="280" y="1120" width="240" height="40" as="geometry" />
</mxCell>
<mxCell id="aLLWMUdCiFEa0aZxwGlS-62" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;" parent="1" source="aLLWMUdCiFEa0aZxwGlS-55" target="aLLWMUdCiFEa0aZxwGlS-58" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="aLLWMUdCiFEa0aZxwGlS-55" value="停止用户最新提交的任务" style="rounded=1;whiteSpace=wrap;html=1;absoluteArcSize=1;arcSize=14;strokeWidth=2;spacingLeft=8;spacingRight=8;align=center;fontSize=14;" parent="1" vertex="1">
<mxGeometry x="600" y="1050" width="240" height="40" as="geometry" />
</mxCell>
<mxCell id="aLLWMUdCiFEa0aZxwGlS-65" value="" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;" parent="1" source="aLLWMUdCiFEa0aZxwGlS-56" target="aLLWMUdCiFEa0aZxwGlS-59" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="aLLWMUdCiFEa0aZxwGlS-56" value="结束该任务" style="rounded=1;whiteSpace=wrap;html=1;absoluteArcSize=1;arcSize=14;strokeWidth=2;spacingLeft=8;spacingRight=8;align=center;fontSize=14;" parent="1" vertex="1">
<mxGeometry x="890" y="1050" width="240" height="40" as="geometry" />
</mxCell>
<mxCell id="aLLWMUdCiFEa0aZxwGlS-77" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;entryX=1;entryY=0.5;entryDx=0;entryDy=0;" parent="1" source="aLLWMUdCiFEa0aZxwGlS-58" target="aLLWMUdCiFEa0aZxwGlS-75" edge="1">
<mxGeometry relative="1" as="geometry">
<Array as="points">
<mxPoint x="720" y="1270" />
</Array>
</mxGeometry>
</mxCell>
<mxCell id="aLLWMUdCiFEa0aZxwGlS-58" value="提交告警信息" style="rounded=1;whiteSpace=wrap;html=1;absoluteArcSize=1;arcSize=14;strokeWidth=2;spacingLeft=8;spacingRight=8;align=center;fontSize=14;" parent="1" vertex="1">
<mxGeometry x="600" y="1120" width="240" height="40" as="geometry" />
</mxCell>
<mxCell id="aLLWMUdCiFEa0aZxwGlS-78" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;entryX=1;entryY=0.5;entryDx=0;entryDy=0;" parent="1" source="aLLWMUdCiFEa0aZxwGlS-59" target="aLLWMUdCiFEa0aZxwGlS-75" edge="1">
<mxGeometry relative="1" as="geometry">
<Array as="points">
<mxPoint x="1010" y="1270" />
</Array>
</mxGeometry>
</mxCell>
<mxCell id="aLLWMUdCiFEa0aZxwGlS-59" value="提交告警信息" style="rounded=1;whiteSpace=wrap;html=1;absoluteArcSize=1;arcSize=14;strokeWidth=2;spacingLeft=8;spacingRight=8;align=center;fontSize=14;" parent="1" vertex="1">
<mxGeometry x="890" y="1120" width="240" height="40" as="geometry" />
</mxCell>
<mxCell id="aLLWMUdCiFEa0aZxwGlS-79" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;entryX=1;entryY=0.5;entryDx=0;entryDy=0;" parent="1" source="aLLWMUdCiFEa0aZxwGlS-60" target="aLLWMUdCiFEa0aZxwGlS-75" edge="1">
<mxGeometry relative="1" as="geometry">
<Array as="points">
<mxPoint x="1300" y="1270" />
</Array>
</mxGeometry>
</mxCell>
<mxCell id="aLLWMUdCiFEa0aZxwGlS-60" value="提交告警信息" style="rounded=1;whiteSpace=wrap;html=1;absoluteArcSize=1;arcSize=14;strokeWidth=2;spacingLeft=8;spacingRight=8;align=center;fontSize=14;" parent="1" vertex="1">
<mxGeometry x="1180" y="1120" width="240" height="40" as="geometry" />
</mxCell>
<mxCell id="aLLWMUdCiFEa0aZxwGlS-75" value="整合告警信息,调用飞书 bot API 发送通知" style="rounded=1;whiteSpace=wrap;html=1;absoluteArcSize=1;arcSize=14;strokeWidth=2;spacingLeft=8;spacingRight=8;align=center;fontSize=14;fillColor=#f8cecc;strokeColor=#b85450;" parent="1" vertex="1">
<mxGeometry x="280" y="1240" width="240" height="60" as="geometry" />
</mxCell>
<mxCell id="vyTMp8wDwJdIPYJWFNQc-1" value="是" style="text;strokeColor=none;align=center;fillColor=none;html=1;verticalAlign=middle;whiteSpace=wrap;rounded=0;" parent="1" vertex="1">
<mxGeometry x="720" y="1000" width="60" height="30" as="geometry" />
</mxCell>
<mxCell id="vyTMp8wDwJdIPYJWFNQc-2" value="是" style="text;strokeColor=none;align=center;fillColor=none;html=1;verticalAlign=middle;whiteSpace=wrap;rounded=0;" parent="1" vertex="1">
<mxGeometry x="1010" y="1000" width="60" height="30" as="geometry" />
</mxCell>
<mxCell id="vyTMp8wDwJdIPYJWFNQc-3" value="是" style="text;strokeColor=none;align=center;fillColor=none;html=1;verticalAlign=middle;whiteSpace=wrap;rounded=0;" parent="1" vertex="1">
<mxGeometry x="1300" y="1000" width="60" height="30" as="geometry" />
</mxCell>
<mxCell id="vyTMp8wDwJdIPYJWFNQc-4" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;" parent="1" edge="1">
<mxGeometry relative="1" as="geometry">
<mxPoint x="720" y="850" as="targetPoint" />
<Array as="points">
<mxPoint x="860" y="920" />
<mxPoint x="860" y="850" />
<mxPoint x="840" y="850" />
</Array>
<mxPoint x="840" y="920" as="sourcePoint" />
</mxGeometry>
</mxCell>
<mxCell id="vyTMp8wDwJdIPYJWFNQc-5" value="否" style="text;strokeColor=none;align=center;fillColor=none;html=1;verticalAlign=middle;whiteSpace=wrap;rounded=0;" parent="1" vertex="1">
<mxGeometry x="810" y="890" width="60" height="30" as="geometry" />
</mxCell>
<mxCell id="vyTMp8wDwJdIPYJWFNQc-8" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;" parent="1" edge="1">
<mxGeometry relative="1" as="geometry">
<mxPoint x="1010" y="850" as="targetPoint" />
<Array as="points">
<mxPoint x="1150" y="920" />
<mxPoint x="1150" y="850" />
<mxPoint x="1130" y="850" />
</Array>
<mxPoint x="1130" y="920" as="sourcePoint" />
</mxGeometry>
</mxCell>
<mxCell id="vyTMp8wDwJdIPYJWFNQc-9" value="否" style="text;strokeColor=none;align=center;fillColor=none;html=1;verticalAlign=middle;whiteSpace=wrap;rounded=0;" parent="1" vertex="1">
<mxGeometry x="1100" y="890" width="60" height="30" as="geometry" />
</mxCell>
<mxCell id="vyTMp8wDwJdIPYJWFNQc-10" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;" parent="1" edge="1">
<mxGeometry relative="1" as="geometry">
<mxPoint x="1300" y="850" as="targetPoint" />
<Array as="points">
<mxPoint x="1440" y="920" />
<mxPoint x="1440" y="850" />
<mxPoint x="1420" y="850" />
</Array>
<mxPoint x="1420" y="920" as="sourcePoint" />
</mxGeometry>
</mxCell>
<mxCell id="vyTMp8wDwJdIPYJWFNQc-11" value="否" style="text;strokeColor=none;align=center;fillColor=none;html=1;verticalAlign=middle;whiteSpace=wrap;rounded=0;" parent="1" vertex="1">
<mxGeometry x="1390" y="890" width="60" height="30" as="geometry" />
</mxCell>
</root>
</mxGraphModel>
</diagram>
<diagram id="ApR0JX4s0QQiu75dIPXz" name="Page-2">
<mxGraphModel dx="2074" dy="1196" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="850" pageHeight="1100" math="1" shadow="0">
<root>
<mxCell id="0" />
<mxCell id="1" parent="0" />
<mxCell id="hRCC4SsEcrKFCu25hdnB-1" value="User Table" style="shape=table;startSize=30;container=1;collapsible=0;childLayout=tableLayout;strokeColor=default;fontSize=16;" parent="1" vertex="1">
<mxGeometry x="160" y="280" width="340" height="120" as="geometry" />
</mxCell>
<mxCell id="hRCC4SsEcrKFCu25hdnB-2" value="" style="shape=tableRow;horizontal=0;startSize=0;swimlaneHead=0;swimlaneBody=0;strokeColor=inherit;top=0;left=0;bottom=0;right=0;collapsible=0;dropTarget=0;fillColor=none;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;fontSize=16;" parent="hRCC4SsEcrKFCu25hdnB-1" vertex="1">
<mxGeometry y="30" width="340" height="30" as="geometry" />
</mxCell>
<mxCell id="hRCC4SsEcrKFCu25hdnB-3" value="user_id" style="shape=partialRectangle;html=1;whiteSpace=wrap;connectable=0;strokeColor=inherit;overflow=hidden;fillColor=none;top=0;left=0;bottom=0;right=0;pointerEvents=1;fontSize=16;" parent="hRCC4SsEcrKFCu25hdnB-2" vertex="1">
<mxGeometry width="60" height="30" as="geometry">
<mxRectangle width="60" height="30" as="alternateBounds" />
</mxGeometry>
</mxCell>
<mxCell id="hRCC4SsEcrKFCu25hdnB-4" value="tasks" style="shape=partialRectangle;html=1;whiteSpace=wrap;connectable=0;strokeColor=inherit;overflow=hidden;fillColor=none;top=0;left=0;bottom=0;right=0;pointerEvents=1;fontSize=16;" parent="hRCC4SsEcrKFCu25hdnB-2" vertex="1">
<mxGeometry x="60" width="167" height="30" as="geometry">
<mxRectangle width="167" height="30" as="alternateBounds" />
</mxGeometry>
</mxCell>
<mxCell id="hRCC4SsEcrKFCu25hdnB-5" value="" style="shape=partialRectangle;html=1;whiteSpace=wrap;connectable=0;strokeColor=inherit;overflow=hidden;fillColor=none;top=0;left=0;bottom=0;right=0;pointerEvents=1;fontSize=16;" parent="hRCC4SsEcrKFCu25hdnB-2" vertex="1">
<mxGeometry x="227" width="113" height="30" as="geometry">
<mxRectangle width="113" height="30" as="alternateBounds" />
</mxGeometry>
</mxCell>
<mxCell id="hRCC4SsEcrKFCu25hdnB-6" value="" style="shape=tableRow;horizontal=0;startSize=0;swimlaneHead=0;swimlaneBody=0;strokeColor=inherit;top=0;left=0;bottom=0;right=0;collapsible=0;dropTarget=0;fillColor=none;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;fontSize=16;" parent="hRCC4SsEcrKFCu25hdnB-1" vertex="1">
<mxGeometry y="60" width="340" height="30" as="geometry" />
</mxCell>
<mxCell id="hRCC4SsEcrKFCu25hdnB-7" value="" style="shape=partialRectangle;html=1;whiteSpace=wrap;connectable=0;strokeColor=inherit;overflow=hidden;fillColor=none;top=0;left=0;bottom=0;right=0;pointerEvents=1;fontSize=16;" parent="hRCC4SsEcrKFCu25hdnB-6" vertex="1">
<mxGeometry width="60" height="30" as="geometry">
<mxRectangle width="60" height="30" as="alternateBounds" />
</mxGeometry>
</mxCell>
<mxCell id="hRCC4SsEcrKFCu25hdnB-8" value="" style="shape=partialRectangle;html=1;whiteSpace=wrap;connectable=0;strokeColor=inherit;overflow=hidden;fillColor=none;top=0;left=0;bottom=0;right=0;pointerEvents=1;fontSize=16;" parent="hRCC4SsEcrKFCu25hdnB-6" vertex="1">
<mxGeometry x="60" width="167" height="30" as="geometry">
<mxRectangle width="167" height="30" as="alternateBounds" />
</mxGeometry>
</mxCell>
<mxCell id="hRCC4SsEcrKFCu25hdnB-9" value="" style="shape=partialRectangle;html=1;whiteSpace=wrap;connectable=0;strokeColor=inherit;overflow=hidden;fillColor=none;top=0;left=0;bottom=0;right=0;pointerEvents=1;fontSize=16;" parent="hRCC4SsEcrKFCu25hdnB-6" vertex="1">
<mxGeometry x="227" width="113" height="30" as="geometry">
<mxRectangle width="113" height="30" as="alternateBounds" />
</mxGeometry>
</mxCell>
<mxCell id="hRCC4SsEcrKFCu25hdnB-10" value="" style="shape=tableRow;horizontal=0;startSize=0;swimlaneHead=0;swimlaneBody=0;strokeColor=inherit;top=0;left=0;bottom=0;right=0;collapsible=0;dropTarget=0;fillColor=none;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;fontSize=16;" parent="hRCC4SsEcrKFCu25hdnB-1" vertex="1">
<mxGeometry y="90" width="340" height="30" as="geometry" />
</mxCell>
<mxCell id="hRCC4SsEcrKFCu25hdnB-11" value="" style="shape=partialRectangle;html=1;whiteSpace=wrap;connectable=0;strokeColor=inherit;overflow=hidden;fillColor=none;top=0;left=0;bottom=0;right=0;pointerEvents=1;fontSize=16;" parent="hRCC4SsEcrKFCu25hdnB-10" vertex="1">
<mxGeometry width="60" height="30" as="geometry">
<mxRectangle width="60" height="30" as="alternateBounds" />
</mxGeometry>
</mxCell>
<mxCell id="hRCC4SsEcrKFCu25hdnB-12" value="" style="shape=partialRectangle;html=1;whiteSpace=wrap;connectable=0;strokeColor=inherit;overflow=hidden;fillColor=none;top=0;left=0;bottom=0;right=0;pointerEvents=1;fontSize=16;" parent="hRCC4SsEcrKFCu25hdnB-10" vertex="1">
<mxGeometry x="60" width="167" height="30" as="geometry">
<mxRectangle width="167" height="30" as="alternateBounds" />
</mxGeometry>
</mxCell>
<mxCell id="hRCC4SsEcrKFCu25hdnB-13" value="" style="shape=partialRectangle;html=1;whiteSpace=wrap;connectable=0;strokeColor=inherit;overflow=hidden;fillColor=none;top=0;left=0;bottom=0;right=0;pointerEvents=1;fontSize=16;" parent="hRCC4SsEcrKFCu25hdnB-10" vertex="1">
<mxGeometry x="227" width="113" height="30" as="geometry">
<mxRectangle width="113" height="30" as="alternateBounds" />
</mxGeometry>
</mxCell>
</root>
</mxGraphModel>
</diagram>
</mxfile>