File tree
7 files changed
+63
-18
lines changedFilter options
- src/Symfony/Component/Messenger
- Command
- Tests
- Worker
7 files changed
+63
-18
lines changedsrc/Symfony/Component/Messenger/Command/ConsumeMessagesCommand.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Command/ConsumeMessagesCommand.php+4-1Lines changed: 4 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
74 | 74 |
|
75 | 75 |
|
76 | 76 |
|
| 77 | + |
77 | 78 |
|
78 | 79 |
|
79 | 80 |
|
| ||
184 | 185 |
|
185 | 186 |
|
186 | 187 |
|
187 |
| - |
| 188 | + |
| 189 | + |
| 190 | + |
188 | 191 |
|
189 | 192 |
|
190 | 193 |
|
|
src/Symfony/Component/Messenger/Tests/WorkerTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Tests/WorkerTest.php+44-8Lines changed: 44 additions & 8 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
44 | 44 |
|
45 | 45 |
|
46 | 46 |
|
47 |
| - |
| 47 | + |
48 | 48 |
|
49 | 49 |
|
50 | 50 |
|
| ||
65 | 65 |
|
66 | 66 |
|
67 | 67 |
|
68 |
| - |
| 68 | + |
69 | 69 |
|
70 | 70 |
|
71 | 71 |
|
| ||
101 | 101 |
|
102 | 102 |
|
103 | 103 |
|
104 |
| - |
| 104 | + |
105 | 105 |
|
106 | 106 |
|
107 | 107 |
|
| ||
125 | 125 |
|
126 | 126 |
|
127 | 127 |
|
128 |
| - |
| 128 | + |
129 | 129 |
|
130 | 130 |
|
131 | 131 |
|
| ||
148 | 148 |
|
149 | 149 |
|
150 | 150 |
|
151 |
| - |
| 151 | + |
152 | 152 |
|
153 | 153 |
|
154 | 154 |
|
| ||
168 | 168 |
|
169 | 169 |
|
170 | 170 |
|
171 |
| - |
| 171 | + |
172 | 172 |
|
173 | 173 |
|
174 | 174 |
|
| ||
195 | 195 |
|
196 | 196 |
|
197 | 197 |
|
198 |
| - |
| 198 | + |
199 | 199 |
|
200 | 200 |
|
201 | 201 |
|
| ||
223 | 223 |
|
224 | 224 |
|
225 | 225 |
|
226 |
| - |
| 226 | + |
227 | 227 |
|
228 | 228 |
|
229 | 229 |
|
230 | 230 |
|
231 | 231 |
|
232 | 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 | + |
233 | 269 |
|
234 | 270 |
|
235 | 271 |
|
|
src/Symfony/Component/Messenger/Worker.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Worker.php+6-2Lines changed: 6 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
60 | 60 |
|
61 | 61 |
|
62 | 62 |
|
63 |
| - |
| 63 | + |
64 | 64 |
|
| 65 | + |
| 66 | + |
| 67 | + |
| 68 | + |
65 | 69 |
|
66 | 70 |
|
67 | 71 |
|
| ||
92 | 96 |
|
93 | 97 |
|
94 | 98 |
|
95 |
| - |
| 99 | + |
96 | 100 |
|
97 | 101 |
|
98 | 102 |
|
|
src/Symfony/Component/Messenger/Worker/StopWhenMemoryUsageIsExceededWorker.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Worker/StopWhenMemoryUsageIsExceededWorker.php+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
37 | 37 |
|
38 | 38 |
|
39 | 39 |
|
40 |
| - |
| 40 | + |
41 | 41 |
|
42 |
| - |
| 42 | + |
43 | 43 |
|
44 | 44 |
|
45 | 45 |
|
|
src/Symfony/Component/Messenger/Worker/StopWhenMessageCountIsExceededWorker.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Worker/StopWhenMessageCountIsExceededWorker.php+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
33 | 33 |
|
34 | 34 |
|
35 | 35 |
|
36 |
| - |
| 36 | + |
37 | 37 |
|
38 | 38 |
|
39 | 39 |
|
40 |
| - |
| 40 | + |
41 | 41 |
|
42 | 42 |
|
43 | 43 |
|
|
src/Symfony/Component/Messenger/Worker/StopWhenTimeLimitIsReachedWorker.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Worker/StopWhenTimeLimitIsReachedWorker.php+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
33 | 33 |
|
34 | 34 |
|
35 | 35 |
|
36 |
| - |
| 36 | + |
37 | 37 |
|
38 | 38 |
|
39 | 39 |
|
40 | 40 |
|
41 |
| - |
| 41 | + |
42 | 42 |
|
43 | 43 |
|
44 | 44 |
|
|
src/Symfony/Component/Messenger/WorkerInterface.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/WorkerInterface.php+3-1Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
24 | 24 |
|
25 | 25 |
|
26 | 26 |
|
| 27 | + |
| 28 | + |
27 | 29 |
|
28 |
| - |
| 30 | + |
29 | 31 |
|
30 | 32 |
|
31 | 33 |
|
|
0 commit comments