Artisan.page

queue:listen

Listen to a given queue

Terminal
php artisan queue:listen [--delay [DELAY]] [--force] [--memory [MEMORY]] [--queue [QUEUE]] [--sleep [SLEEP]] [--timeout [TIMEOUT]] [--tries [TRIES]] [--] [<connection>]

Options

delayOptional

The number of seconds to delay failed jobs

forceOptional

Force the worker to run even in maintenance mode

memoryOptional

The memory limit in megabytes

queueOptional

The queue to listen on

sleepOptional

Number of seconds to sleep when no job is available

timeoutOptional

The number of seconds a child process can run

triesOptional

Number of times to attempt a job before logging it failed

Arguments

connectionOptional

The name of connection