balance
- The balancing strategy the supervisor should apply Optionaldelay
- Amount of time to delay failed jobs Optionalforce
- Force the worker to run even in maintenance mode Optionalmax-processes
- The maximum number of total workers to start Optionalmemory
- The memory limit in megabytes Optionalmin-processes
- The minimum number of workers to assign per queue Optionalnice
- The process priority Optionalpaused
- Start the supervisor in a paused state Optionalqueue
- The names of the queues to work Optionalsleep
- Number of seconds to sleep when no job is available Optionaltimeout
- The number of seconds a child process can run Optionaltries
- 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>