Synopsis
supervisor_flags =
integer mask or comma-separated list
Mask sets some global Supervisor configuration parameters. Sum the settings to determine a composite value enabling each setting or list them in text form delimited by commas.
Values
Flag | Meaning |
---|---|
enforce_password |
...
Forces Windows users to set a password using qblogin. | |
host_recontact |
...
Enable the Supervisor to attempt to recontact a host marked DOWN. | |
heartbeat_monitor |
...
Enable the heartbeat Worker host monitoring system. | |
running_monitor |
...
Enable the Supervisor to track running jobs more aggressively. | |
stub_optimize |
...
Enable stub optimization, the Supervisor will group similar jobs in it's queuing decisions. While this is a lot faster, it also removes the supervisor's ability to keep FIFO order of jobs, and auto-expand jobs may only expand at the initial job evaluation at submission time. | |
remove_logs |
...
Enable log removal upon job removal. |
...
|
...
| |
retry_busy |
...
Allow the supervisor to re-attempt dispatch to a worker that has responded that it's busy starting another job instance. |
...
Example
supervisor_flags = enforce_password,host_recontact,retry_busy
...