%inherit file="base.html"/> % if client:
Command to run. | ${options['cmd']} |
Arguments passed to the command. | ${options['args']} |
Environment passed to the command. | ${options['env']} |
Do we run the command in the shell ? | ${options['shell']} |
uid (defaults to the one used for the circusd process) | ${options['uid']} |
gid (defaults to the one used for the circusd process) | ${options['gid']} |
Working directory. | ${options['working_dir']} |
Number of processes | + ${options['numprocesses']} - |
Maximum number of attempts to start a process. | ${options['max_retry']} |
Warmup delay in seconds after a process is started. | ${options['warmup_delay']} |
Number of seconds to wait before retrying to start a flapping process. | ${options['retry_in']} |