mkalus / goggler

Website screenshot microservice that caches screenshots on disk or S3 storage
MIT License
5 stars 1 forks source link

Docker container produces zombies #1

Closed mkalus closed 3 years ago

mkalus commented 3 years ago

TODO: Have a look into that to see how and why this happens.

=> Hacky solution here: https://aymericbeaumet.com/prevent-chromedp-chromium-zombie-processes-from-stacking

Problem with the solution there is, that possibly we will have multiple instances running in parallel and killing Chrome will be trouble.

mkalus commented 3 years ago

9765f6f71627e19601443b562ed278ae28d8bbbd did not work out... still trying