daemon
- Run the worker in daemon mode (Deprecated) Optionaldelay
- The number of seconds to delay failed jobs Optionalforce
- Force the worker to run even in maintenance mode Optionalmemory
- The memory limit in megabytes Optionalonce
- Only process the next job on the queue Optionalqueue
- The names of the queues to work Optionalsleep
- Number of seconds to sleep when no job is available Optionalstop-when-empty
- Stop when the queue is empty 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 the queue connection to work Optionalphp artisan queue:work [--queue [QUEUE]] [--daemon] [--once] [--stop-when-empty] [--delay [DELAY]] [--force] [--memory [MEMORY]] [--sleep [SLEEP]] [--timeout [TIMEOUT]] [--tries [TRIES]] [--] [<connection>]