- Notifications
You must be signed in to change notification settings - Fork1.1k
Commit8b5a18c
authored
fix(site): watch build logs while job is pending or running (#15341)
Closes#15292.Currently, if the frontend never sees a build job enter 'running', it'llnever end up watching the logs. If we start watching the logs earlierwe're able to catch cases where the job goes `pending` -> `failed`, suchas when the build fails immediately.1 parent3c60dc3 commit8b5a18c
File tree
2 files changed
+10
-4
lines changed- site/src
- modules/templates
- pages/TemplateVersionEditorPage
2 files changed
+10
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
24 | 27 | | |
25 | 28 | | |
26 | 29 | | |
| |||
Lines changed: 6 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
324 | 324 | | |
325 | 325 | | |
326 | 326 | | |
327 | | - | |
| 327 | + | |
328 | 328 | | |
329 | 329 | | |
330 | 330 | | |
331 | 331 | | |
332 | | - | |
333 | 332 | | |
334 | | - | |
| 333 | + | |
335 | 334 | | |
336 | 335 | | |
337 | 336 | | |
| |||
348 | 347 | | |
349 | 348 | | |
350 | 349 | | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
351 | 354 | | |
352 | 355 | | |
353 | 356 | | |
| |||
0 commit comments
Comments
(0)