Synopsis
supervisor_heartbeat_interval =
interval
Interval is the duration in seconds, within which the Workers must report their status to the Supervisor. Any Worker not reporting within the interval is contacted for a status report. That request must be answered before supervisor_hearbeat_timeout
seconds - if not, the Worker is marked as "down".
Example
supervisor_heartbeat_interval = 1000
Defaults
360