From b29def1d18b5d3895db7a67399a1e19d0ab04494 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Mon, 21 Sep 2020 21:56:42 +0000 Subject: [PATCH] --- .vscode/launch.json | 4 ++-- server/AyaNova/biz/ReportBiz.cs | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 352ac1e5..4044e905 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -52,8 +52,8 @@ "AYANOVA_FOLDER_USER_FILES": "c:\\temp\\RavenTestData\\userfiles", "AYANOVA_FOLDER_BACKUP_FILES": "c:\\temp\\RavenTestData\\backupfiles", "AYANOVA_FOLDER_TEMPORARY_SERVER_FILES": "c:\\temp\\RavenTestData\\tempfiles", - "AYANOVA_SERVER_TEST_MODE": "true", - "AYANOVA_SERVER_TEST_MODE_SEEDLEVEL": "huge", + "AYANOVA_SERVER_TEST_MODE": "false", + "AYANOVA_SERVER_TEST_MODE_SEEDLEVEL": "small", "AYANOVA_SERVER_TEST_MODE_TZ_OFFSET": "-7", "AYANOVA_BACKUP_PG_DUMP_PATH": "C:\\data\\code\\PostgreSQLPortable_12.0\\App\\PgSQL\\bin\\" }, diff --git a/server/AyaNova/biz/ReportBiz.cs b/server/AyaNova/biz/ReportBiz.cs index 19df61fe..6452ed13 100644 --- a/server/AyaNova/biz/ReportBiz.cs +++ b/server/AyaNova/biz/ReportBiz.cs @@ -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',