Conversation
|
@viceice thoughts on if this could be causing renovatebot/renovate#40593 ? |
yes, that's my assumption as i've seen such hungs on cb ci here too since the pino v10 upgrade |
|
If we agree this is the fix, I'd quite like to backport this so folks on Renovate 42 can still get the fix in, without needing to wait to upgrade - thoughts? |
(cherry picked from commit c055fb8)
|
The backport to |
1 similar comment
|
The backport to |
(cherry picked from commit c055fb8)
|
The backport to |
(cherry picked from commit c055fb8)
|
The backport to |
1 similar comment
|
The backport to |
(cherry picked from commit c055fb8)
(cherry picked from commit c055fb8)
It seems nodejs sometimes get stuck and didn't emit exit event and then pino causes to not exit.
We now explicit call
process.exitto emit the event and force node exiting.