Skip to content

Commit

Permalink
Update heartbeat timer while awaiting log
Browse files Browse the repository at this point in the history
  • Loading branch information
JPWatson committed Nov 30, 2018
1 parent 6e3d86c commit cc1bb4c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Adaptive.Cluster/Service/ClusteredServiceAgent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,7 @@ private void AwaitActiveLog()
{
_serviceAdapter.Poll();
CheckInterruptedStatus();
heartbeatCounter.SetOrdered(epochClock.Time());
idleStrategy.Idle();
}
}
Expand Down

0 comments on commit cc1bb4c

Please sign in to comment.