diff --git a/Model/Schedule.php b/Model/Schedule.php index f4fcc33..1e9f2c7 100644 --- a/Model/Schedule.php +++ b/Model/Schedule.php @@ -960,7 +960,7 @@ public function checkRunningJobs(){ if (!$this->checkProcess($pid)) { #IF this is a consumers job it was run under strace and we do not want this output - if (isset($jobconfig["consumers"]) && $jobconfig["consumers"]) { + if ($this->governor && isset($jobconfig["consumers"]) && $jobconfig["consumers"]) { $output = ''; } else { $output = $this->getJobOutput($scheduleid);