Process don't close when run in ProcessTimedOutException #555
-
In callBrowser() function if run in timeout case, throw ProcessTimedOutException but don't clear process |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Is there a nice way to kill it? Sometimes I noticed process just hangs for no reason, and all pending jobs fail because there is aleady running chormium node process which hangs... I guess I can do |
Beta Was this translation helpful? Give feedback.
-
We had a similar issue, turned out to be unreadable cache, a bug in chromium (perhaps a race condition or something like that). Disabling browsercache or downgrading puppet (to 9.x) solved these issues for us. |
Beta Was this translation helpful? Give feedback.
We had a similar issue, turned out to be unreadable cache, a bug in chromium (perhaps a race condition or something like that). Disabling browsercache or downgrading puppet (to 9.x) solved these issues for us.