Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
driade authored May 15, 2017
1 parent c5de0e7 commit a7b70b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion queues.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ You may pass a comma-delimited list of queue connections to the `listen` command

php artisan queue:listen --queue=high,low

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.

#### Specifying The Job Timeout Parameter

Expand Down

0 comments on commit a7b70b9

Please sign in to comment.