no failing job

This commit is contained in:
Andras Bacsai 2023-06-15 11:09:51 +02:00
parent 624323151e
commit ea362131b7

View file

@ -59,7 +59,6 @@ public function handle(): void
} catch (\Exception $e) {
ray('InstanceAutoUpdateJob failed');
ray($e->getMessage());
$this->fail($e->getMessage());
return;
}
}