Skip to content

Commit

Permalink
Register microservice to be passing;
Browse files Browse the repository at this point in the history
  • Loading branch information
CuteLeon committed Sep 13, 2023
1 parent 2ada155 commit c1e7a6a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ public static IServiceCollection AddGatewayServiceRegister(
Interval = TimeSpan.FromSeconds(60),
Timeout = TimeSpan.FromSeconds(30),
DeregisterCriticalServiceAfter = TimeSpan.FromSeconds(30),
HTTP = configuration.HealthCheckUrl
HTTP = configuration.HealthCheckUrl,
Status = HealthStatus.Passing,
}
};
var consulClient = new ConsulClient();
Expand Down

0 comments on commit c1e7a6a

Please sign in to comment.