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.
1 parent a7bc852 commit 2086b6cCopy full SHA for 2086b6c
src/Illuminate/Queue/Console/WorkCommand.php
@@ -104,11 +104,6 @@ public function handle()
104
return $this->worker->sleep($this->option('sleep'));
105
}
106
107
- // We'll listen to the processed and failed events so we can write information
108
- // to the console as jobs are processed, which will let the developer watch
109
- // which jobs are coming through a queue and be informed on its progress.
110
- $this->listenForEvents();
111
-
112
$connection = $this->argument('connection')
113
?: $this->laravel['config']['queue.default'];
114
0 commit comments