We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a72c167 commit 2e169e1Copy full SHA for 2e169e1
common/ASC.Api.Core/Core/CustomHealthCheck.cs
@@ -42,8 +42,8 @@ public static IServiceCollection AddCustomHealthCheck(this IServiceCollection se
42
hcBuilder.AddCheck("self", () => Running ? HealthCheckResult.Healthy()
43
: HealthCheckResult.Unhealthy())
44
.AddDatabase(configuration)
45
- .AddDistibutedCache(configuration)
46
- .AddMessageQueue(configuration);
+ .AddDistibutedCache(configuration);
+ //.AddMessageQueue(configuration);
47
48
return services;
49
}
0 commit comments