backoff=0 - The number of seconds to wait before retrying a job that encountered an uncaught exception Optionaldelay=0 - The number of seconds to delay failed jobs (Deprecated) Optionalforce - Force the worker to run even in maintenance mode Optionalmemory=128 - The memory limit in megabytes Optionalname=default - The name of the worker Optionalqueue - The queue to listen on Optionalsleep=3 - Number of seconds to sleep when no job is available Optionaltimeout=60 - The number of seconds a child process can run Optionaltries=1 - 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]] [--timeout [TIMEOUT]] [--tries [TRIES]] [--] [<connection>]