Skip to content

Commit abf68cd

Browse files
committed
feat: update queue run command
1 parent 12401b0 commit abf68cd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Queue/Commands/QueueRunCommand.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ protected function handle()
3333

3434
$queue->config($queueConfig);
3535
$queue->connect();
36+
37+
$this->comment("\nQueue worker started");
38+
3639
$queue->run();
3740

3841
return 0;

0 commit comments

Comments
 (0)