]> _ Git - fluidbook-toolbox.git/commitdiff
#7954
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 21 Jan 2026 15:48:37 +0000 (16:48 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 21 Jan 2026 15:48:37 +0000 (16:48 +0100)
app/Jobs/FluidbookImagesPreprocess.php

index 05378c8f7ae74312f7173e8517ea2b6a949c77b0..1440577295cdc13f083c00442bef377182ccf475 100644 (file)
@@ -125,7 +125,7 @@ class FluidbookImagesPreprocess extends Base
         $missing = ($nbjobs - $finished);
         $difftime = (time() - $this->_stateTime);
         if ($missing > 0 && $difftime > $this->_hangMaxTime) {
-            Log::error('Fluidbook compilation failed after ' . $this->_hangMaxTime . 's with ' . $missing . ' jobs remaining (on ' . $nbjobs . ' jobs launched)');
+            //Log::error('Fluidbook compilation failed after ' . $this->_hangMaxTime . 's with ' . $missing . ' jobs remaining (on ' . $nbjobs . ' jobs launched)');
             foreach ($this->jobs as $job) {
                 if ($job->isDone()) {
                     continue;