From: Vincent Vanwaelscappel Date: Fri, 30 Jan 2026 13:15:44 +0000 (+0100) Subject: wait #7970 @1 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=a39f305636fb072c0bdd4bea35cc5dce3de839e5;p=fluidbook-toolbox.git wait #7970 @1 --- diff --git a/app/Console/Kernel.php b/app/Console/Kernel.php index e2ccd14df..b6f0d3977 100644 --- a/app/Console/Kernel.php +++ b/app/Console/Kernel.php @@ -36,6 +36,7 @@ class Kernel extends \Cubist\Backpack\Console\Kernel $schedule->command('job:dispatchNow Maintenance\\\\UpdateComposedAttributes')->dailyAt('5:00'); $schedule->command('job:dispatchNow Maintenance\\\\CleanDownloads')->dailyAt('4:00'); $schedule->command('job:dispatchNow Maintenance\\\\CleanFTP')->dailyAt('4:30'); + $schedule->command('job:dispatchNow Maintenance\\\\CleanTMP')->dailyAt('5:30'); $schedule->command('job:dispatchNow Maintenance\\\\RemoveDuplicates')->monthly(); $schedule->command('job:dispatchNow Maintenance\\\\ListWorkingSymlinks')->dailyAt('0:30'); // Email config diff --git a/app/Jobs/Maintenance/CleanTMP.php b/app/Jobs/Maintenance/CleanTMP.php new file mode 100644 index 000000000..595a9ca57 --- /dev/null +++ b/app/Jobs/Maintenance/CleanTMP.php @@ -0,0 +1,14 @@ + console.log('PAGE LOG:', msg)); diff --git a/resources/fluidbooktheme/theme_preview/theme_preview.js b/resources/fluidbooktheme/theme_preview/theme_preview.js index 7318a8467..518f79c53 100644 --- a/resources/fluidbooktheme/theme_preview/theme_preview.js +++ b/resources/fluidbooktheme/theme_preview/theme_preview.js @@ -24,6 +24,7 @@ const optionDefinitions = [ "--no-sandbox", ], executablePath: 'google-chrome-stable', + userDataDir: '/tmp/puppeteer_chrome_profile_toolbox', }); const page = await browser.newPage(); diff --git a/resources/puma/planogramme/print.js b/resources/puma/planogramme/print.js index d0f3aab9a..85d13ccfa 100644 --- a/resources/puma/planogramme/print.js +++ b/resources/puma/planogramme/print.js @@ -17,6 +17,7 @@ const optionDefinitions = [ "--no-sandbox", ], executablePath: 'google-chrome-stable', + userDataDir: '/tmp/puppeteer_chrome_profile_toolbox', }); const page = await browser.newPage(); diff --git a/resources/quiztheme/theme_preview/theme_preview.js b/resources/quiztheme/theme_preview/theme_preview.js index c12b90fe5..a1d630cac 100644 --- a/resources/quiztheme/theme_preview/theme_preview.js +++ b/resources/quiztheme/theme_preview/theme_preview.js @@ -23,6 +23,7 @@ const optionDefinitions = [ "--no-sandbox", ], executablePath: 'google-chrome-stable', + userDataDir: '/tmp/puppeteer_chrome_profile_toolbox', }); const page = await browser.newPage();