Commit a4ce5fe
committed
fix(webapp): reap OTLP workers on any exit, not just non-zero
A worker that exits cleanly (code 0) while holding a task previously left the
request hanging until the task timeout and the pool one worker short. Reap on any
exit; the double-reap guard makes this a no-op when error already reaped it.1 parent 18d1daa commit a4ce5fe
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
77 | | - | |
78 | | - | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| |||
0 commit comments