Skip to content

Commit 7fbd40c

Browse files
More clarification/explication on the use of a queue with Scout (#9247)
* More clarification on the use of a queue with Scout * Update scout.md * Update scout.md * Update scout.md * Update scout.md * Update scout.md --------- Co-authored-by: Taylor Otwell <taylor@laravel.com>
1 parent 8376144 commit 7fbd40c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scout.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,10 @@ To specify the connection and queue that your Scout jobs utilize, you may define
119119
'queue' => 'scout'
120120
],
121121

122+
Of course, if you customize the connection and queue that Scout jobs utilize, you should run a queue worker to process jobs on that connection and queue:
123+
124+
php artisan queue:work redis --queue=scout
125+
122126
<a name="configuration"></a>
123127
## Configuration
124128

0 commit comments

Comments
 (0)