tiddlyhost / tiddlyhost-com

Rails application for creating and hosting TiddlyWiki sites, plus resources for deploying it to https://tiddlyhost.com/
Other
188 stars 18 forks source link

Thumbnail generation leaves many defunct chrome processes #297

Open simonbaird opened 1 year ago

simonbaird commented 1 year ago

The dumb-init might be relevant, see here.

Could also perhaps try to move the entire thumbnail generation into its own container.

simonbaird commented 1 year ago

https://github.com/Studiosity/grover/issues/102 looks like a similar problem, which is where I found the above link.

simonbaird commented 1 year ago

As a workaround I'm restarting the job processor container several times a day.

jandresrodriguez commented 1 year ago

@simonbaird you found any solution for the defunct chrome processes ?

simonbaird commented 1 year ago

@jandresrodriguez Nope. I'm still restarting containers every few hours to clear them.

simonbaird commented 1 year ago
ps -eo pid,ppid,etime,cmd | grep chrome | grep defunct
simonbaird commented 2 months ago

Not sure if this is still happening.