private class WebClusterManager.ProcessPendingHeartbeatsTask
extends TimerTask
This timer task simply processes any pending heartbeats. This timer task is not strictly needed, as HeartbeatMonitoringTimerTask will do this. However, this task is scheduled much more
frequently and by processing the heartbeats more frequently, the stats that we report have less of a delay.