-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdiagram.drawio
286 lines (286 loc) · 26.9 KB
/
diagram.drawio
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
<mxfile host="Electron" modified="2023-10-11T08:04:08.968Z" agent="Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) draw.io/22.0.2 Chrome/114.0.5735.289 Electron/25.8.4 Safari/537.36" etag="DHAN3Ktjv1uaenYCKvdd" version="22.0.2" type="device">
<diagram id="R2lEEEUBdFMjLlhIrx00" name="Page-1">
<mxGraphModel dx="2025" dy="1522" grid="1" gridSize="12" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="850" pageHeight="1100" math="0" shadow="0" extFonts="Permanent Marker^https://fonts.googleapis.com/css?family=Permanent+Marker">
<root>
<mxCell id="0" />
<mxCell id="1" parent="0" />
<mxCell id="hEaMu5YipVM85JO3dCSX-114" value="" style="group" parent="1" vertex="1" connectable="0">
<mxGeometry x="245" y="20" width="1129" height="988" as="geometry" />
</mxCell>
<mxCell id="hEaMu5YipVM85JO3dCSX-51" value="" style="edgeStyle=none;orthogonalLoop=1;jettySize=auto;html=1;rounded=1;entryX=0.5;entryY=0;entryDx=0;entryDy=0;" parent="hEaMu5YipVM85JO3dCSX-114" target="hEaMu5YipVM85JO3dCSX-11" edge="1">
<mxGeometry width="80" relative="1" as="geometry">
<mxPoint x="555" as="sourcePoint" />
<mxPoint x="645" y="-20" as="targetPoint" />
<Array as="points">
<mxPoint x="735" />
</Array>
</mxGeometry>
</mxCell>
<mxCell id="hEaMu5YipVM85JO3dCSX-55" value="cli" style="html=1;dashed=0;whiteSpace=wrap;rounded=1;" parent="hEaMu5YipVM85JO3dCSX-114" vertex="1">
<mxGeometry x="96" y="530" width="204" height="218" as="geometry" />
</mxCell>
<mxCell id="hEaMu5YipVM85JO3dCSX-59" value="controller" style="swimlane;childLayout=stackLayout;horizontal=1;startSize=50;horizontalStack=0;rounded=1;fontSize=14;fontStyle=0;strokeWidth=2;resizeParent=0;resizeLast=1;shadow=0;dashed=0;align=center;arcSize=4;whiteSpace=wrap;html=1;" parent="hEaMu5YipVM85JO3dCSX-114" vertex="1">
<mxGeometry x="410" y="544" width="175" height="168" as="geometry" />
</mxCell>
<mxCell id="hEaMu5YipVM85JO3dCSX-60" value="+start()<br>+new_request_received()<br>+add_provider()<br>+wait_for_complete()<br>+stop()" style="align=left;strokeColor=none;fillColor=none;spacingLeft=4;fontSize=12;verticalAlign=top;resizable=0;rotatable=0;part=1;html=1;rounded=1;" parent="hEaMu5YipVM85JO3dCSX-59" vertex="1">
<mxGeometry y="50" width="175" height="118" as="geometry" />
</mxCell>
<mxCell id="hEaMu5YipVM85JO3dCSX-61" value="Controller" style="rounded=1;whiteSpace=wrap;html=1;" parent="hEaMu5YipVM85JO3dCSX-114" vertex="1">
<mxGeometry x="35" y="170" width="290" height="290" as="geometry" />
</mxCell>
<mxCell id="hEaMu5YipVM85JO3dCSX-63" value="start" style="whiteSpace=wrap;html=1;rounded=1;" parent="hEaMu5YipVM85JO3dCSX-114" vertex="1">
<mxGeometry x="60" y="200" width="65" height="20" as="geometry" />
</mxCell>
<mxCell id="hEaMu5YipVM85JO3dCSX-64" value="add new reqiest" style="whiteSpace=wrap;html=1;rounded=1;" parent="hEaMu5YipVM85JO3dCSX-114" vertex="1">
<mxGeometry x="60" y="243" width="75" height="40" as="geometry" />
</mxCell>
<mxCell id="hEaMu5YipVM85JO3dCSX-65" value="wait for complete" style="whiteSpace=wrap;html=1;rounded=1;" parent="hEaMu5YipVM85JO3dCSX-114" vertex="1">
<mxGeometry x="60" y="310" width="75" height="30" as="geometry" />
</mxCell>
<mxCell id="hEaMu5YipVM85JO3dCSX-66" value="stop" style="whiteSpace=wrap;html=1;rounded=1;" parent="hEaMu5YipVM85JO3dCSX-114" vertex="1">
<mxGeometry x="65" y="360" width="65" height="20" as="geometry" />
</mxCell>
<mxCell id="hEaMu5YipVM85JO3dCSX-38" style="edgeStyle=orthogonalEdgeStyle;rounded=1;orthogonalLoop=1;jettySize=auto;html=1;entryX=0;entryY=0.5;entryDx=0;entryDy=0;exitX=1.005;exitY=0.505;exitDx=0;exitDy=0;exitPerimeter=0;" parent="hEaMu5YipVM85JO3dCSX-114" edge="1">
<mxGeometry relative="1" as="geometry">
<mxPoint x="135.375" y="267.20000000000005" as="sourcePoint" />
<mxPoint x="505" y="84" as="targetPoint" />
<Array as="points">
<mxPoint x="155" y="267" />
<mxPoint x="155" y="264" />
<mxPoint x="455" y="264" />
<mxPoint x="455" y="84" />
</Array>
</mxGeometry>
</mxCell>
<mxCell id="hEaMu5YipVM85JO3dCSX-39" value="add reqeust<br style="border-color: var(--border-color);">with priority<br style="border-color: var(--border-color);">and executedtime&nbsp; to queue" style="edgeLabel;html=1;align=center;verticalAlign=middle;resizable=0;points=[];rounded=1;" parent="hEaMu5YipVM85JO3dCSX-38" vertex="1" connectable="0">
<mxGeometry x="0.2739" y="-1" relative="1" as="geometry">
<mxPoint x="-211" y="32" as="offset" />
</mxGeometry>
</mxCell>
<mxCell id="hEaMu5YipVM85JO3dCSX-41" style="edgeStyle=orthogonalEdgeStyle;rounded=1;orthogonalLoop=1;jettySize=auto;html=1;entryX=0;entryY=0.5;entryDx=0;entryDy=0;exitX=0.6;exitY=0.025;exitDx=0;exitDy=0;exitPerimeter=0;" parent="hEaMu5YipVM85JO3dCSX-114" edge="1">
<mxGeometry relative="1" as="geometry">
<mxPoint x="215" y="190" as="sourcePoint" />
<mxPoint x="515" y="149" as="targetPoint" />
<Array as="points">
<mxPoint x="215" y="149" />
</Array>
</mxGeometry>
</mxCell>
<mxCell id="hEaMu5YipVM85JO3dCSX-42" value="start prviders to send reqeust" style="edgeLabel;html=1;align=center;verticalAlign=middle;resizable=0;points=[];rounded=1;" parent="hEaMu5YipVM85JO3dCSX-41" vertex="1" connectable="0">
<mxGeometry x="-0.018" y="-4" relative="1" as="geometry">
<mxPoint x="34" y="-4" as="offset" />
</mxGeometry>
</mxCell>
<mxCell id="hEaMu5YipVM85JO3dCSX-45" style="edgeStyle=orthogonalEdgeStyle;rounded=1;orthogonalLoop=1;jettySize=auto;html=1;exitX=0;exitY=0.5;exitDx=0;exitDy=0;entryX=0.5;entryY=0;entryDx=0;entryDy=0;" parent="hEaMu5YipVM85JO3dCSX-114" source="hEaMu5YipVM85JO3dCSX-65" target="hEaMu5YipVM85JO3dCSX-2" edge="1">
<mxGeometry relative="1" as="geometry">
<mxPoint x="20" y="286.25" as="sourcePoint" />
<Array as="points">
<mxPoint x="60" y="320" />
<mxPoint y="320" />
<mxPoint />
<mxPoint x="555" />
</Array>
</mxGeometry>
</mxCell>
<mxCell id="hEaMu5YipVM85JO3dCSX-46" value="wait for&nbsp; queues to got empty" style="edgeLabel;html=1;align=center;verticalAlign=middle;resizable=0;points=[];rounded=1;" parent="hEaMu5YipVM85JO3dCSX-45" vertex="1" connectable="0">
<mxGeometry x="0.149" y="-1" relative="1" as="geometry">
<mxPoint x="1" as="offset" />
</mxGeometry>
</mxCell>
<mxCell id="hEaMu5YipVM85JO3dCSX-68" value="create async task per provider" style="whiteSpace=wrap;html=1;rounded=1;" parent="hEaMu5YipVM85JO3dCSX-114" vertex="1">
<mxGeometry x="155" y="190" width="100" height="40" as="geometry" />
</mxCell>
<mxCell id="hEaMu5YipVM85JO3dCSX-69" value="" style="edgeStyle=orthogonalEdgeStyle;rounded=1;orthogonalLoop=1;jettySize=auto;html=1;" parent="hEaMu5YipVM85JO3dCSX-114" source="hEaMu5YipVM85JO3dCSX-63" target="hEaMu5YipVM85JO3dCSX-68" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="hEaMu5YipVM85JO3dCSX-70" value="cancel all async task" style="whiteSpace=wrap;html=1;rounded=1;" parent="hEaMu5YipVM85JO3dCSX-114" vertex="1">
<mxGeometry x="195" y="354" width="92.5" height="30" as="geometry" />
</mxCell>
<mxCell id="hEaMu5YipVM85JO3dCSX-71" value="" style="edgeStyle=orthogonalEdgeStyle;rounded=1;orthogonalLoop=1;jettySize=auto;html=1;" parent="hEaMu5YipVM85JO3dCSX-114" source="hEaMu5YipVM85JO3dCSX-66" target="hEaMu5YipVM85JO3dCSX-70" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="hEaMu5YipVM85JO3dCSX-74" style="edgeStyle=orthogonalEdgeStyle;rounded=1;orthogonalLoop=1;jettySize=auto;html=1;entryX=0.56;entryY=1.003;entryDx=0;entryDy=0;entryPerimeter=0;" parent="hEaMu5YipVM85JO3dCSX-114" source="hEaMu5YipVM85JO3dCSX-55" target="hEaMu5YipVM85JO3dCSX-61" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="hEaMu5YipVM85JO3dCSX-78" value="provider" style="swimlane;childLayout=stackLayout;horizontal=1;startSize=50;horizontalStack=0;rounded=1;fontSize=14;fontStyle=0;strokeWidth=2;resizeParent=0;resizeLast=1;shadow=0;dashed=0;align=center;arcSize=4;whiteSpace=wrap;html=1;" parent="hEaMu5YipVM85JO3dCSX-114" vertex="1">
<mxGeometry x="617.5" y="544" width="175" height="168" as="geometry" />
</mxCell>
<mxCell id="hEaMu5YipVM85JO3dCSX-79" value="+wait_for_rate_limit<span style="background-color: initial;">()</span><br>+send_request<span style="background-color: initial;">()</span><br>+start<span style="background-color: initial;">()</span><br>+check_pending_request<span style="background-color: initial;">()</span><br>-_run_job<span style="background-color: initial;">()<br></span>+run()<br>+stop()" style="align=left;strokeColor=none;fillColor=none;spacingLeft=4;fontSize=12;verticalAlign=top;resizable=0;rotatable=0;part=1;html=1;rounded=1;" parent="hEaMu5YipVM85JO3dCSX-78" vertex="1">
<mxGeometry y="50" width="175" height="118" as="geometry" />
</mxCell>
<mxCell id="hEaMu5YipVM85JO3dCSX-80" value="job reqeust" style="swimlane;childLayout=stackLayout;horizontal=1;startSize=50;horizontalStack=0;rounded=1;fontSize=14;fontStyle=0;strokeWidth=2;resizeParent=0;resizeLast=1;shadow=0;dashed=0;align=center;arcSize=4;whiteSpace=wrap;html=1;" parent="hEaMu5YipVM85JO3dCSX-114" vertex="1">
<mxGeometry x="823" y="544" width="175" height="168" as="geometry" />
</mxCell>
<mxCell id="hEaMu5YipVM85JO3dCSX-81" value="+is_ready<span style="background-color: initial;">()</span><br>" style="align=left;strokeColor=none;fillColor=none;spacingLeft=4;fontSize=12;verticalAlign=top;resizable=0;rotatable=0;part=1;html=1;rounded=1;" parent="hEaMu5YipVM85JO3dCSX-80" vertex="1">
<mxGeometry y="50" width="175" height="118" as="geometry" />
</mxCell>
<mxCell id="hEaMu5YipVM85JO3dCSX-82" value="command" style="swimlane;childLayout=stackLayout;horizontal=1;startSize=50;horizontalStack=0;rounded=1;fontSize=14;fontStyle=0;strokeWidth=2;resizeParent=0;resizeLast=1;shadow=0;dashed=0;align=center;arcSize=4;whiteSpace=wrap;html=1;" parent="hEaMu5YipVM85JO3dCSX-114" vertex="1">
<mxGeometry x="619" y="736" width="175" height="85" as="geometry" />
</mxCell>
<mxCell id="hEaMu5YipVM85JO3dCSX-83" value="+execute<span style="background-color: initial;">()</span><br>" style="align=left;strokeColor=none;fillColor=none;spacingLeft=4;fontSize=12;verticalAlign=top;resizable=0;rotatable=0;part=1;html=1;rounded=1;" parent="hEaMu5YipVM85JO3dCSX-82" vertex="1">
<mxGeometry y="50" width="175" height="35" as="geometry" />
</mxCell>
<mxCell id="hEaMu5YipVM85JO3dCSX-90" value="add request" style="swimlane;childLayout=stackLayout;horizontal=1;startSize=50;horizontalStack=0;rounded=1;fontSize=14;fontStyle=0;strokeWidth=2;resizeParent=0;resizeLast=1;shadow=0;dashed=0;align=center;arcSize=4;whiteSpace=wrap;html=1;" parent="hEaMu5YipVM85JO3dCSX-114" vertex="1">
<mxGeometry x="503.5" y="904" width="175" height="84" as="geometry" />
</mxCell>
<mxCell id="hEaMu5YipVM85JO3dCSX-91" value="+execute<span style="background-color: initial;">()</span><br>" style="align=left;strokeColor=none;fillColor=none;spacingLeft=4;fontSize=12;verticalAlign=top;resizable=0;rotatable=0;part=1;html=1;rounded=1;" parent="hEaMu5YipVM85JO3dCSX-90" vertex="1">
<mxGeometry y="50" width="175" height="34" as="geometry" />
</mxCell>
<mxCell id="hEaMu5YipVM85JO3dCSX-96" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;entryX=0.458;entryY=1.086;entryDx=0;entryDy=0;entryPerimeter=0;" parent="hEaMu5YipVM85JO3dCSX-114" source="hEaMu5YipVM85JO3dCSX-90" target="hEaMu5YipVM85JO3dCSX-83" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="hEaMu5YipVM85JO3dCSX-98" value="run controller" style="swimlane;childLayout=stackLayout;horizontal=1;startSize=50;horizontalStack=0;rounded=1;fontSize=14;fontStyle=0;strokeWidth=2;resizeParent=0;resizeLast=1;shadow=0;dashed=0;align=center;arcSize=4;whiteSpace=wrap;html=1;" parent="hEaMu5YipVM85JO3dCSX-114" vertex="1">
<mxGeometry x="714" y="904" width="175" height="84" as="geometry" />
</mxCell>
<mxCell id="hEaMu5YipVM85JO3dCSX-99" value="+execute<span style="background-color: initial;">()</span><br>" style="align=left;strokeColor=none;fillColor=none;spacingLeft=4;fontSize=12;verticalAlign=top;resizable=0;rotatable=0;part=1;html=1;rounded=1;" parent="hEaMu5YipVM85JO3dCSX-98" vertex="1">
<mxGeometry y="50" width="175" height="34" as="geometry" />
</mxCell>
<mxCell id="hEaMu5YipVM85JO3dCSX-109" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;entryX=0.25;entryY=1;entryDx=0;entryDy=0;" parent="hEaMu5YipVM85JO3dCSX-114" source="hEaMu5YipVM85JO3dCSX-100" target="hEaMu5YipVM85JO3dCSX-83" edge="1">
<mxGeometry relative="1" as="geometry">
<Array as="points">
<mxPoint x="355" y="880" />
<mxPoint x="663" y="880" />
</Array>
</mxGeometry>
</mxCell>
<mxCell id="hEaMu5YipVM85JO3dCSX-100" value="stop provider" style="swimlane;childLayout=stackLayout;horizontal=1;startSize=50;horizontalStack=0;rounded=1;fontSize=14;fontStyle=0;strokeWidth=2;resizeParent=0;resizeLast=1;shadow=0;dashed=0;align=center;arcSize=4;whiteSpace=wrap;html=1;" parent="hEaMu5YipVM85JO3dCSX-114" vertex="1">
<mxGeometry x="270" y="904" width="175" height="84" as="geometry" />
</mxCell>
<mxCell id="hEaMu5YipVM85JO3dCSX-101" value="+execute<span style="background-color: initial;">()</span><br>" style="align=left;strokeColor=none;fillColor=none;spacingLeft=4;fontSize=12;verticalAlign=top;resizable=0;rotatable=0;part=1;html=1;rounded=1;" parent="hEaMu5YipVM85JO3dCSX-100" vertex="1">
<mxGeometry y="50" width="175" height="34" as="geometry" />
</mxCell>
<mxCell id="hEaMu5YipVM85JO3dCSX-110" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=1;exitY=0.5;exitDx=0;exitDy=0;entryX=0;entryY=0.25;entryDx=0;entryDy=0;" parent="hEaMu5YipVM85JO3dCSX-114" source="hEaMu5YipVM85JO3dCSX-102" target="hEaMu5YipVM85JO3dCSX-83" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="hEaMu5YipVM85JO3dCSX-102" value="start provider" style="swimlane;childLayout=stackLayout;horizontal=1;startSize=50;horizontalStack=0;rounded=1;fontSize=14;fontStyle=0;strokeWidth=2;resizeParent=0;resizeLast=1;shadow=0;dashed=0;align=center;arcSize=4;whiteSpace=wrap;html=1;" parent="hEaMu5YipVM85JO3dCSX-114" vertex="1">
<mxGeometry x="391" y="753" width="175" height="84" as="geometry" />
</mxCell>
<mxCell id="hEaMu5YipVM85JO3dCSX-103" value="+execute<span style="background-color: initial;">()</span><br>" style="align=left;strokeColor=none;fillColor=none;spacingLeft=4;fontSize=12;verticalAlign=top;resizable=0;rotatable=0;part=1;html=1;rounded=1;" parent="hEaMu5YipVM85JO3dCSX-102" vertex="1">
<mxGeometry y="50" width="175" height="34" as="geometry" />
</mxCell>
<mxCell id="hEaMu5YipVM85JO3dCSX-104" value="simulate" style="swimlane;childLayout=stackLayout;horizontal=1;startSize=50;horizontalStack=0;rounded=1;fontSize=14;fontStyle=0;strokeWidth=2;resizeParent=0;resizeLast=1;shadow=0;dashed=0;align=center;arcSize=4;whiteSpace=wrap;html=1;" parent="hEaMu5YipVM85JO3dCSX-114" vertex="1">
<mxGeometry x="855" y="748" width="175" height="84" as="geometry" />
</mxCell>
<mxCell id="hEaMu5YipVM85JO3dCSX-105" value="+execute<span style="background-color: initial;">()</span><br>" style="align=left;strokeColor=none;fillColor=none;spacingLeft=4;fontSize=12;verticalAlign=top;resizable=0;rotatable=0;part=1;html=1;rounded=1;" parent="hEaMu5YipVM85JO3dCSX-104" vertex="1">
<mxGeometry y="50" width="175" height="34" as="geometry" />
</mxCell>
<mxCell id="hEaMu5YipVM85JO3dCSX-106" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;entryX=1.025;entryY=0.431;entryDx=0;entryDy=0;entryPerimeter=0;" parent="hEaMu5YipVM85JO3dCSX-114" source="hEaMu5YipVM85JO3dCSX-104" target="hEaMu5YipVM85JO3dCSX-82" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="hEaMu5YipVM85JO3dCSX-107" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;entryX=0.714;entryY=1.011;entryDx=0;entryDy=0;entryPerimeter=0;" parent="hEaMu5YipVM85JO3dCSX-114" source="hEaMu5YipVM85JO3dCSX-98" target="hEaMu5YipVM85JO3dCSX-83" edge="1">
<mxGeometry relative="1" as="geometry">
<Array as="points">
<mxPoint x="799" y="868" />
<mxPoint x="744" y="868" />
</Array>
</mxGeometry>
</mxCell>
<mxCell id="hEaMu5YipVM85JO3dCSX-111" value="add provider" style="swimlane;childLayout=stackLayout;horizontal=1;startSize=50;horizontalStack=0;rounded=1;fontSize=14;fontStyle=0;strokeWidth=2;resizeParent=0;resizeLast=1;shadow=0;dashed=0;align=center;arcSize=4;whiteSpace=wrap;html=1;" parent="hEaMu5YipVM85JO3dCSX-114" vertex="1">
<mxGeometry x="954" y="904" width="175" height="84" as="geometry" />
</mxCell>
<mxCell id="hEaMu5YipVM85JO3dCSX-112" value="+execute<span style="background-color: initial;">()</span><br>" style="align=left;strokeColor=none;fillColor=none;spacingLeft=4;fontSize=12;verticalAlign=top;resizable=0;rotatable=0;part=1;html=1;rounded=1;" parent="hEaMu5YipVM85JO3dCSX-111" vertex="1">
<mxGeometry y="50" width="175" height="34" as="geometry" />
</mxCell>
<mxCell id="hEaMu5YipVM85JO3dCSX-113" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;entryX=0.554;entryY=1.034;entryDx=0;entryDy=0;entryPerimeter=0;" parent="hEaMu5YipVM85JO3dCSX-114" source="hEaMu5YipVM85JO3dCSX-111" target="hEaMu5YipVM85JO3dCSX-83" edge="1">
<mxGeometry relative="1" as="geometry">
<Array as="points">
<mxPoint x="1039" y="844" />
<mxPoint x="716" y="844" />
</Array>
</mxGeometry>
</mxCell>
<mxCell id="hEaMu5YipVM85JO3dCSX-116" value="" style="group" parent="hEaMu5YipVM85JO3dCSX-114" vertex="1" connectable="0">
<mxGeometry x="476" y="40" width="420" height="430" as="geometry" />
</mxCell>
<mxCell id="hEaMu5YipVM85JO3dCSX-1" value="<div style=""><span style="background-color: initial;"><font style="font-size: 18px;">provider</font></span></div>" style="rounded=1;arcSize=10;whiteSpace=wrap;html=1;align=center;movable=1;resizable=1;rotatable=1;deletable=1;editable=1;locked=0;connectable=1;container=0;" parent="hEaMu5YipVM85JO3dCSX-116" vertex="1">
<mxGeometry width="420" height="430" as="geometry" />
</mxCell>
<mxCell id="hEaMu5YipVM85JO3dCSX-2" value="main<br>priority queue" style="whiteSpace=wrap;html=1;align=center;movable=1;resizable=1;rotatable=1;deletable=1;editable=1;locked=0;connectable=1;rounded=1;container=0;" parent="hEaMu5YipVM85JO3dCSX-116" vertex="1">
<mxGeometry x="30" y="20" width="100" height="40" as="geometry" />
</mxCell>
<mxCell id="hEaMu5YipVM85JO3dCSX-10" value="is empty" style="shape=rhombus;html=1;dashed=0;whiteSpace=wrap;perimeter=rhombusPerimeter;rounded=1;container=0;" parent="hEaMu5YipVM85JO3dCSX-116" vertex="1">
<mxGeometry x="50" y="160" width="60" height="50" as="geometry" />
</mxCell>
<mxCell id="hEaMu5YipVM85JO3dCSX-11" value="pending<br>priority queue" style="whiteSpace=wrap;html=1;align=center;movable=1;resizable=1;rotatable=1;deletable=1;editable=1;locked=0;connectable=1;rounded=1;container=0;" parent="hEaMu5YipVM85JO3dCSX-116" vertex="1">
<mxGeometry x="210" y="20" width="100" height="40" as="geometry" />
</mxCell>
<mxCell id="hEaMu5YipVM85JO3dCSX-18" style="edgeStyle=orthogonalEdgeStyle;rounded=1;orthogonalLoop=1;jettySize=auto;html=1;" parent="hEaMu5YipVM85JO3dCSX-116" source="hEaMu5YipVM85JO3dCSX-15" target="hEaMu5YipVM85JO3dCSX-11" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="hEaMu5YipVM85JO3dCSX-19" value="no" style="edgeLabel;html=1;align=center;verticalAlign=middle;resizable=0;points=[];rounded=1;container=0;" parent="hEaMu5YipVM85JO3dCSX-18" vertex="1" connectable="0">
<mxGeometry x="-0.4254" y="1" relative="1" as="geometry">
<mxPoint as="offset" />
</mxGeometry>
</mxCell>
<mxCell id="hEaMu5YipVM85JO3dCSX-15" value="is arrive to execute time&nbsp;" style="shape=rhombus;html=1;dashed=0;whiteSpace=wrap;perimeter=rhombusPerimeter;rounded=1;container=0;" parent="hEaMu5YipVM85JO3dCSX-116" vertex="1">
<mxGeometry x="35" y="280" width="90" height="80" as="geometry" />
</mxCell>
<mxCell id="hEaMu5YipVM85JO3dCSX-16" value="" style="edgeStyle=orthogonalEdgeStyle;rounded=1;orthogonalLoop=1;jettySize=auto;html=1;" parent="hEaMu5YipVM85JO3dCSX-116" source="hEaMu5YipVM85JO3dCSX-10" target="hEaMu5YipVM85JO3dCSX-15" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="hEaMu5YipVM85JO3dCSX-17" value="no" style="edgeLabel;html=1;align=center;verticalAlign=middle;resizable=0;points=[];rounded=1;container=0;" parent="hEaMu5YipVM85JO3dCSX-16" vertex="1" connectable="0">
<mxGeometry x="-0.125" relative="1" as="geometry">
<mxPoint as="offset" />
</mxGeometry>
</mxCell>
<mxCell id="hEaMu5YipVM85JO3dCSX-24" style="edgeStyle=orthogonalEdgeStyle;rounded=1;orthogonalLoop=1;jettySize=auto;html=1;" parent="hEaMu5YipVM85JO3dCSX-116" source="hEaMu5YipVM85JO3dCSX-20" target="hEaMu5YipVM85JO3dCSX-10" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="hEaMu5YipVM85JO3dCSX-72" style="edgeStyle=orthogonalEdgeStyle;rounded=1;orthogonalLoop=1;jettySize=auto;html=1;shape=link;" parent="hEaMu5YipVM85JO3dCSX-116" source="hEaMu5YipVM85JO3dCSX-20" target="hEaMu5YipVM85JO3dCSX-2" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="hEaMu5YipVM85JO3dCSX-73" style="edgeStyle=orthogonalEdgeStyle;rounded=1;orthogonalLoop=1;jettySize=auto;html=1;exitX=0.5;exitY=0;exitDx=0;exitDy=0;entryX=0.157;entryY=1;entryDx=0;entryDy=0;entryPerimeter=0;shape=link;" parent="hEaMu5YipVM85JO3dCSX-116" source="hEaMu5YipVM85JO3dCSX-20" target="hEaMu5YipVM85JO3dCSX-11" edge="1">
<mxGeometry relative="1" as="geometry">
<mxPoint x="260" y="70" as="targetPoint" />
<Array as="points">
<mxPoint x="80" y="84" />
<mxPoint x="226" y="84" />
</Array>
</mxGeometry>
</mxCell>
<mxCell id="hEaMu5YipVM85JO3dCSX-20" value="async runner" style="whiteSpace=wrap;html=1;rounded=1;container=0;" parent="hEaMu5YipVM85JO3dCSX-116" vertex="1">
<mxGeometry x="40" y="100" width="80" height="30" as="geometry" />
</mxCell>
<mxCell id="hEaMu5YipVM85JO3dCSX-29" style="edgeStyle=orthogonalEdgeStyle;rounded=1;orthogonalLoop=1;jettySize=auto;html=1;entryX=1.007;entryY=0.97;entryDx=0;entryDy=0;entryPerimeter=0;" parent="hEaMu5YipVM85JO3dCSX-116" source="hEaMu5YipVM85JO3dCSX-10" target="hEaMu5YipVM85JO3dCSX-20" edge="1">
<mxGeometry relative="1" as="geometry">
<mxPoint x="120" y="130" as="targetPoint" />
<Array as="points">
<mxPoint x="130" y="185" />
<mxPoint x="130" y="129" />
<mxPoint x="121" y="129" />
</Array>
</mxGeometry>
</mxCell>
<mxCell id="hEaMu5YipVM85JO3dCSX-30" value="yes" style="edgeLabel;html=1;align=center;verticalAlign=middle;resizable=0;points=[];rounded=1;container=0;" parent="hEaMu5YipVM85JO3dCSX-29" vertex="1" connectable="0">
<mxGeometry x="0.2857" y="2" relative="1" as="geometry">
<mxPoint as="offset" />
</mxGeometry>
</mxCell>
<mxCell id="hEaMu5YipVM85JO3dCSX-54" style="edgeStyle=orthogonalEdgeStyle;rounded=1;orthogonalLoop=1;jettySize=auto;html=1;" parent="hEaMu5YipVM85JO3dCSX-116" source="hEaMu5YipVM85JO3dCSX-52" target="hEaMu5YipVM85JO3dCSX-20" edge="1">
<mxGeometry relative="1" as="geometry">
<Array as="points">
<mxPoint x="340" y="390" />
<mxPoint x="340" y="120" />
</Array>
</mxGeometry>
</mxCell>
<mxCell id="hEaMu5YipVM85JO3dCSX-52" value="send request" style="whiteSpace=wrap;html=1;dashed=0;rounded=1;container=0;" parent="hEaMu5YipVM85JO3dCSX-116" vertex="1">
<mxGeometry x="170" y="360" width="120" height="60" as="geometry" />
</mxCell>
<mxCell id="hEaMu5YipVM85JO3dCSX-53" value="" style="edgeStyle=orthogonalEdgeStyle;rounded=1;orthogonalLoop=1;jettySize=auto;html=1;" parent="hEaMu5YipVM85JO3dCSX-116" source="hEaMu5YipVM85JO3dCSX-15" target="hEaMu5YipVM85JO3dCSX-52" edge="1">
<mxGeometry relative="1" as="geometry">
<Array as="points">
<mxPoint x="80" y="390" />
</Array>
</mxGeometry>
</mxCell>
<mxCell id="hEaMu5YipVM85JO3dCSX-75" value="" style="verticalLabelPosition=bottom;html=1;verticalAlign=top;align=center;strokeColor=none;fillColor=#00BEF2;shape=mxgraph.azure.queue_generic;pointerEvents=1;rounded=1;container=0;" parent="hEaMu5YipVM85JO3dCSX-116" vertex="1">
<mxGeometry x="30" y="20" width="30" height="15" as="geometry" />
</mxCell>
<mxCell id="hEaMu5YipVM85JO3dCSX-76" value="" style="verticalLabelPosition=bottom;html=1;verticalAlign=top;align=center;strokeColor=none;fillColor=#00BEF2;shape=mxgraph.azure.queue_generic;pointerEvents=1;rounded=1;container=0;" parent="hEaMu5YipVM85JO3dCSX-116" vertex="1">
<mxGeometry x="210" y="20" width="30" height="15" as="geometry" />
</mxCell>
</root>
</mxGraphModel>
</diagram>
</mxfile>