diff --git a/src/Illuminate/Queue/Worker.php b/src/Illuminate/Queue/Worker.php index 2c56a1180e37..c0c1df1e79cd 100644 --- a/src/Illuminate/Queue/Worker.php +++ b/src/Illuminate/Queue/Worker.php @@ -99,8 +99,6 @@ protected function registerTimeoutHandler(WorkerOptions $options) pcntl_async_signals(true); pcntl_signal(SIGALRM, function () { - $this->exceptions->report(new TimeoutException('A queue worker timed out while processing a job.')); - exit(1); });