backoff
- The number of seconds to wait before retrying a job that encountered an uncaught exception Optionaldelay
- The number of seconds to delay failed jobs (Deprecated) Optionalforce
- Force the worker to run even in maintenance mode Optionalmemory
- The memory limit in megabytes Optionalname
- The name of the worker Optionalqueue
- The queue to listen on Optionalrest
- Number of seconds to rest between jobs Optionalsleep
- Number of seconds to sleep when no job is available Optionaltimeout
- The number of seconds a child process can run Optionaltries
- Number of times to attempt a job before logging it failed Optionalconnection
- The name of connection Optionalphp artisan queue:listen [--name [NAME]] [--delay [DELAY]] [--backoff [BACKOFF]] [--force] [--memory [MEMORY]] [--queue [QUEUE]] [--sleep [SLEEP]] [--rest [REST]] [--timeout [TIMEOUT]] [--tries [TRIES]] [--] [<connection>]