backoff=0
- The number of seconds to wait before retrying a job that encountered an uncaught exception Optionaldaemon
- Run the worker in daemon mode (Deprecated) Optionaldelay=0
- The number of seconds to delay failed jobs (Deprecated) Optionalforce
- Force the worker to run even in maintenance mode Optionalmax-jobs=0
- The number of jobs to process before stopping Optionalmax-time=0
- The maximum number of seconds the worker should run Optionalmemory=128
- The memory limit in megabytes Optionalname=default
- The name of the worker Optionalonce
- Only process the next job on the queue Optionalqueue
- The names of the queues to work Optionalrest=0
- Number of seconds to rest between jobs 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 [--name [NAME]] [--delay [DELAY]] [--backoff [BACKOFF]] [--max-jobs [MAX-JOBS]] [--max-time [MAX-TIME]] [--daemon] [--force] [--memory [MEMORY]] [--once] [--stop-when-empty] [--queue [QUEUE]] [--sleep [SLEEP]] [--rest [REST]] [--supervisor [SUPERVISOR]] [--timeout [TIMEOUT]] [--tries [TRIES]] [--] [<connection>]