Skip to content

Commit

Permalink
Integrate MS Health Check Service (#130)
Browse files Browse the repository at this point in the history
* Update health check API
* Integrate MS health check service
* Enable overriding configurations with env vars

Signed-off-by: Victor Chang <vicchang@nvidia.com>
  • Loading branch information
mocsharp committed Sep 27, 2022
1 parent eea1959 commit 7179742
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/InformaticsGateway/Services/Http/MonaiHealthCheck.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

using System;
using System.Linq;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.Extensions.Diagnostics.HealthChecks;
Expand Down

0 comments on commit 7179742

Please sign in to comment.