Skip to content

Commit

Permalink
Consolidate the 2 Health Check RPC Retry settings
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanwoctopusdeploy committed Sep 26, 2023
1 parent fc9dd57 commit dfc02ac
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,5 @@ public class MachineRpcCallRetryPolicy
{
public bool Enabled { get; set; } = true;
public TimeSpan RetryDuration { get; set; } = TimeSpan.FromMinutes(2.5);
public TimeSpan HealthyMachineHealthCheckRetryDuration { get; set; } = TimeSpan.FromMinutes(2.5);
public TimeSpan UnHealthyMachineHealthCheckRetryDuration { get; set; } = TimeSpan.FromMinutes(2.5);
public TimeSpan HealthCheckRetryDuration { get; set; } = TimeSpan.FromMinutes(2.5);
}

0 comments on commit dfc02ac

Please sign in to comment.