We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 90e7667 + b15ceb4 commit d419f17Copy full SHA for d419f17
lib/private/BackgroundJob/JobList.php
@@ -321,6 +321,7 @@ private function buildJob(array $row): ?IJob {
321
$class = $row['class'];
322
$job = new $class();
323
} else {
324
+ $this->logger->warning('failed to create instance of background job: ' . $row['class'], ['app' => 'cron', 'exception' => $e]);
325
// Remove job from disabled app or old version of an app
326
$this->removeById($row['id']);
327
return null;
0 commit comments