Commands.app

php artisan queue:work

Queue

Start processing jobs on the queue

Options & Flags
Available options for this command
--queue=name

Process specific queue

--daemon

Run worker in daemon mode

--tries=N

Number of times to attempt a job

Examples
Common usage examples

Start queue worker

php artisan queue:work

Process high priority queue first

php artisan queue:work --queue=high,default

Listen for jobs (dev mode)

php artisan queue:listen
Related Commands
You might also find these useful