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 29092ba + cbec28d commit 83f95eaCopy full SHA for 83f95ea
src/Console/QueueWorkBatchCommand.php
@@ -76,6 +76,10 @@ protected function runJob()
76
77
$job = $connection->getJobById($jobId);
78
79
+ $this->worker->setDaemonExceptionHandler(
80
+ $this->laravel['Illuminate\Contracts\Debug\ExceptionHandler']
81
+ );
82
+
83
// If we're able to pull a job off of the stack, we will process it and
84
// then immediately return back out.
85
if (!is_null($job)) {
0 commit comments