From 2f9b5214c1fd30517ebfa11d0cdf0d35d90da4c4 Mon Sep 17 00:00:00 2001 From: Marcel Klehr Date: Thu, 12 Sep 2024 10:50:47 +0200 Subject: [PATCH] fix(ClassifyCommand): Don't pass any params to clear-background-jobs Signed-off-by: Marcel Klehr --- lib/Command/Classify.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/Command/Classify.php b/lib/Command/Classify.php index cddf5c2a..62f6ce93 100644 --- a/lib/Command/Classify.php +++ b/lib/Command/Classify.php @@ -74,9 +74,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int $this->logger->setCliOutput($output); // pop "retry" flag from parameters passed to clear background jobs - $clearBackgroundJobs = new ArrayInput([ - 'command' => 'recognize:clear-background-jobs', - ]); + $clearBackgroundJobs = new ArrayInput([]); $this->clearBackgroundJobs->run($clearBackgroundJobs, $output); $models = array_values(array_filter([