-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -182,7 +182,8 @@ void ConfigureServices(IServiceCollection services, IConfiguration config) | |
services.AddCoreServices(config); | ||
|
||
services.AddKafkaServices(config); | ||
services.AddKafkaHealthChecks(config); | ||
|
||
// services.AddKafkaHealthChecks(config); // disabeling health check as it is believed to cause instability | ||
Check warning on line 186 in src/Altinn.Notifications/Program.cs GitHub Actions / Analyze (csharp)
Check warning on line 186 in src/Altinn.Notifications/Program.cs GitHub Actions / Analyze (csharp)
Check warning on line 186 in src/Altinn.Notifications/Program.cs GitHub Actions / Build, test & analyze
Check warning on line 186 in src/Altinn.Notifications/Program.cs GitHub Actions / Analyze (csharp)
Check warning on line 186 in src/Altinn.Notifications/Program.cs GitHub Actions / Analyze (csharp)
|
||
|
||
services.AddPostgresRepositories(config); | ||
services.AddPostgresHealthChecks(config); | ||
|