Open simonbaird opened 1 year ago
https://github.com/Studiosity/grover/issues/102 looks like a similar problem, which is where I found the above link.
As a workaround I'm restarting the job processor container several times a day.
@simonbaird you found any solution for the defunct chrome processes ?
@jandresrodriguez Nope. I'm still restarting containers every few hours to clear them.
ps -eo pid,ppid,etime,cmd | grep chrome | grep defunct
Not sure if this is still happening.
The
dumb-init
might be relevant, see here.Could also perhaps try to move the entire thumbnail generation into its own container.