Skip to content

Commit

Permalink
removed health checks (#297)
Browse files Browse the repository at this point in the history
  • Loading branch information
acn-sbuad authored Nov 3, 2023
1 parent 7788788 commit 1bc5040
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Altinn.Notifications/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -182,11 +182,7 @@ void ConfigureServices(IServiceCollection services, IConfiguration config)
services.AddCoreServices(config);

services.AddKafkaServices(config);

// services.AddKafkaHealthChecks(config); // disabeling health check as it is believed to cause instability

services.AddPostgresRepositories(config);
services.AddPostgresHealthChecks(config);
}

void AddAuthorizationRulesAndHandlers(IServiceCollection services, IConfiguration config)
Expand Down

0 comments on commit 1bc5040

Please sign in to comment.