daemon - Run the worker in daemon mode (Deprecated) Optionaldelay=0 - Amount of time to delay failed jobs Optionalforce - Force the worker to run even in maintenance mode Optionalmemory=128 - The memory limit in megabytes Optionalonce - Only process the next job on the queue Optionalqueue - The names of the queues to work Optionalsleep=3 - Number of seconds to sleep when no job is available Optionalstop-when-empty - Stop when the queue is empty Optionalsupervisor - The name of the supervisor the worker belongs to Optionaltimeout=60 - The number of seconds a child process can run Optionaltries=0 - Number of times to attempt a job before logging it failed Optionalconnection - The name of the queue connection to work Optionalphp artisan horizon:work [--delay [DELAY]] [--daemon] [--force] [--memory [MEMORY]] [--once] [--stop-when-empty] [--queue [QUEUE]] [--sleep [SLEEP]] [--supervisor [SUPERVISOR]] [--timeout [TIMEOUT]] [--tries [TRIES]] [--] [<connection>]