auto-scaling-strategy=time - If supervisor should scale by jobs or time to complete Optionalbackoff=0 - 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=3 - The number of seconds to wait in between auto-scaling attempts Optionalbalance-max-shift=1 - The maximum number of processes to increase or decrease per one scaling 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 a child process Optionalmax-processes=1 - The maximum number of total workers to start Optionalmax-time=0 - The maximum number of seconds a child process should run Optionalmemory=128 - The memory limit in megabytes Optionalmin-processes=1 - The minimum number of workers to assign per queue Optionalnice=0 - The process priority Optionalparent-id=0 - The parent process ID Optionalpaused - Start the supervisor in a paused state 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 Optionaltimeout=60 - The number of seconds a child process can run Optionaltries=0 - Number of times to attempt a job before logging it failed Optionalworkers-name=default - 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>