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 9cdd030 commit a3ee72aCopy full SHA for a3ee72a
src/Providers/LaravelQueueManagerServiceProvider.php
@@ -49,7 +49,6 @@ public function boot()
49
$this->commands('queue-manager.generate-config');
50
$this->commands('queue-manager.generate-queue');
51
$this->commands('queue-manager.show-jobs');
52
- $this->commands('queue-manager.work');
53
54
\Queue::after(function(JobProcessed $event) {
55
$nextQueues = $this->getNextQueues($event->job, 'onSuccess');
0 commit comments