Skip to content

Commit 2e169e1

Browse files
disabled mq health check
1 parent a72c167 commit 2e169e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

common/ASC.Api.Core/Core/CustomHealthCheck.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ public static IServiceCollection AddCustomHealthCheck(this IServiceCollection se
4242
hcBuilder.AddCheck("self", () => Running ? HealthCheckResult.Healthy()
4343
: HealthCheckResult.Unhealthy())
4444
.AddDatabase(configuration)
45-
.AddDistibutedCache(configuration)
46-
.AddMessageQueue(configuration);
45+
.AddDistibutedCache(configuration);
46+
//.AddMessageQueue(configuration);
4747

4848
return services;
4949
}

0 commit comments

Comments
 (0)