Skip to content

Commit 15719cb

Browse files
authored
improve queue work command docs (laravel#10531)
1 parent 60cbbad commit 15719cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

queues.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1933,7 +1933,7 @@ php artisan queue:work
19331933
> [!NOTE]
19341934
> To keep the `queue:work` process running permanently in the background, you should use a process monitor such as [Supervisor](#supervisor-configuration) to ensure that the queue worker does not stop running.
19351935
1936-
You may include the `-v` flag when invoking the `queue:work` command if you would like the processed job IDs to be included in the command's output:
1936+
You may include the `-v` flag when invoking the `queue:work` command if you would like the processed job IDs, job connection names, and job queue names to be included in the command's output:
19371937

19381938
```shell
19391939
php artisan queue:work -v

0 commit comments

Comments
 (0)