php artisan queue:listen
Listen to a given queue
Usage
queue:listen [--queue [QUEUE]] [--delay [DELAY]] [--memory [MEMORY]] [--timeout [TIMEOUT]] [--sleep [SLEEP]] [--tries [TRIES]] [--] [<connection>]
Arguments
connection The name of connection
Options
--queue The queue to listen on
--delay Amount of time to delay failed jobs
--memory The memory limit in megabytes
--timeout Seconds a job may run before timing out
--sleep Seconds to wait before checking queue for jobs
--tries Number of times to attempt a job before logging it failed
-h, --help Display this help message
-q, --quiet Do not output any message
-v|vv|vvv, --verbose Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
-V, --version Display this application version
--ansi Force ANSI output
--no-ansi Disable ANSI output
-n, --no-interaction Do not ask any interactive question
--env The environment the command should run under.