Skip to content

Commit

Permalink
Add heartbeat log back.
Browse files Browse the repository at this point in the history
  • Loading branch information
SvenGroot committed Sep 26, 2023
1 parent 6687797 commit 5f7194d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/TaskServer/TaskServer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,7 @@ private void SendHeartbeat()
}

JetHeartbeatResponse[] responses = null;
_log.Info("Sending heartbeat");
RpcHelper.TryRemotingCall(() => responses = _jobServer.Heartbeat(LocalAddress, data), _heartbeatInterval, -1);

if (responses != null)
Expand Down

0 comments on commit 5f7194d

Please sign in to comment.