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 d645ea6 commit 5f52dd1Copy full SHA for 5f52dd1
queues.md
@@ -153,7 +153,7 @@ You may pass a comma-delimited list of queue connections to the `listen` command
153
154
php artisan queue:listen --queue=high,low
155
156
-In this example, jobs on the `high-connection` will always be processed before moving onto jobs from the `low-connection`.
+In this example, jobs on the `high` connection will always be processed before moving onto jobs from the `low` connection.
157
158
#### Specifying The Job Timeout Parameter
159
0 commit comments