delay=0
- The number of seconds to delay failed jobs Optionalforce
- Force the worker to run even in maintenance mode Optionalmemory=128
- The memory limit in megabytes 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 [--delay [DELAY]] [--force] [--memory [MEMORY]] [--queue [QUEUE]] [--sleep [SLEEP]] [--timeout [TIMEOUT]] [--tries [TRIES]] [--] [<connection>]