This commit is contained in:
2020-09-21 21:56:42 +00:00
parent f8a3f34ff8
commit b29def1d18
2 changed files with 8 additions and 2 deletions

View File

@@ -373,6 +373,12 @@ namespace AyaNova.Biz
lo.ExecutablePath = "/usr/bin/chromium-browser";//this is the default path for docker based alpine dist, but maybe not others, need to make a config setting likely
// lo.Args = new string[] { "--no-sandbox" };
/*
Note: plenty of zombie process issues in regular puppeteer as well
These links might be worth looking at in future if diagnosing other issues:
https://github.com/puppeteer/puppeteer/blob/main/docs/troubleshooting.md#running-on-alpine
https://github.com/puppeteer/puppeteer/issues/1825
const chromeFlags = [
'--headless',