sn_atf.runner.heartbeat.interval
ServiceNow property description:
Test runner heartbeat interval. Time interval in seconds for sending a heartbeat from the test runner to the server. The value of this property should be between 60 and 1800, and should not exceed the value of 'sn_atf.runner.heartbeat.timeout' property, or the test runner status might be changed to offline by the 'ATF test runner reaper' job.
Attributes
- Sys ID: ee3d3468533222007e7829cac2dc34a0
- Type: integer
- Application: Global
- Default value: 60

AI generated property description:
The `sn_atf.runner.heartbeat.interval` property in ServiceNow specifies the time interval, in seconds, at which the test runner sends a heartbeat signal to the server. This interval ensures that the server knows the test runner is still active. The value for this property must be set between 60 and 1800 seconds. It is crucial that this interval does not exceed the value of the `sn_atf.runner.heartbeat.timeout` property. If it does, the ATF test runner reaper job may incorrectly mark the test runner as offline. This property helps maintain the proper functioning and monitoring of automated test runners within the ServiceNow platform.
Source