Skip to content
This repository was archived by the owner on Nov 17, 2023. It is now read-only.

Commit 6ebde3f

Browse files
committed
Remove on-start health check in Ordering.BackgroundTasks so that it doesn't crash on startup
1 parent 8f9f9d1 commit 6ebde3f

File tree

1 file changed

+0
-5
lines changed
  • src/Services/Ordering/Ordering.BackgroundTasks

1 file changed

+0
-5
lines changed

src/Services/Ordering/Ordering.BackgroundTasks/Program.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,6 @@
88

99
var app = builder.Build();
1010

11-
if (!await app.CheckHealthAsync())
12-
{
13-
return;
14-
}
15-
1611
app.UseServiceDefaults();
1712

1813
await app.RunAsync();

0 commit comments

Comments
 (0)