balance
- The balancing strategy the supervisor should apply Optionaldelay=0
- Amount of time to delay failed jobs Optionalforce
- Force the worker to run even in maintenance mode Optionalmax-processes=1
- The maximum number of total workers to start Optionalmemory=128
- The memory limit in megabytes Optionalmin-processes=1
- The minimum number of workers to assign per queue Optionalnice=0
- The process priority Optionalpaused
- Start the supervisor in a paused state Optionalqueue
- The names of the queues to work Optionalsleep=3
- Number of seconds to sleep when no job is available Optionaltimeout=60
- The number of seconds a child process can run Optionaltries=0
- Number of times to attempt a job before logging it failed Optionalname
- The name of supervisor Requiredconnection
- The name of the connection to work Requiredphp artisan horizon:supervisor [--balance [BALANCE]] [--delay [DELAY]] [--force] [--max-processes [MAX-PROCESSES]] [--min-processes [MIN-PROCESSES]] [--memory [MEMORY]] [--nice [NICE]] [--paused] [--queue [QUEUE]] [--sleep [SLEEP]] [--timeout [TIMEOUT]] [--tries [TRIES]] [--] <name> <connection>