auto-scaling-strategy - If supervisor should scale by jobs or time to complete Optionalbackoff - The number of seconds to wait before retrying a job that encountered an uncaught exception Optionalbalance - The balancing strategy the supervisor should apply Optionalbalance-cooldown - The number of seconds to wait in between auto-scaling attempts Optionalbalance-max-shift - The maximum number of processes to increase or decrease per one scaling Optionaldelay - The number of seconds to delay failed jobs (Deprecated) Optionalforce - Force the worker to run even in maintenance mode Optionalmax-jobs - The number of jobs to process before stopping a child process Optionalmax-processes - The maximum number of total workers to start Optionalmax-time - The maximum number of seconds a child process should run Optionalmemory - The memory limit in megabytes Optionalmin-processes - The minimum number of workers to assign per queue Optionalnice - The process priority Optionalparent-id - The parent process ID Optionalpaused - Start the supervisor in a paused state Optionalqueue - The names of the queues to work Optionalrest - Number of seconds to rest between jobs 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 Optionalworkers-name - The name that should be assigned to the workers Optionalname - The name of supervisor Requiredconnection - The name of the connection to work Requiredphp artisan horizon:supervisor [--balance [BALANCE]] [--delay [DELAY]] [--backoff [BACKOFF]] [--max-jobs [MAX-JOBS]] [--max-time [MAX-TIME]] [--force] [--max-processes [MAX-PROCESSES]] [--min-processes [MIN-PROCESSES]] [--memory [MEMORY]] [--nice [NICE]] [--paused] [--queue [QUEUE]] [--sleep [SLEEP]] [--timeout [TIMEOUT]] [--tries [TRIES]] [--auto-scaling-strategy [AUTO-SCALING-STRATEGY]] [--balance-cooldown [BALANCE-COOLDOWN]] [--balance-max-shift [BALANCE-MAX-SHIFT]] [--workers-name [WORKERS-NAME]] [--parent-id [PARENT-ID]] [--rest [REST]] [--] <name> <connection>