Skip to content

Commit

Permalink
Fix echo engine (#543)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnml1135 authored Nov 26, 2024
1 parent 11ab650 commit 1df752c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Echo/src/EchoTranslationEngine/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
builder.Services.AddHostedService<BackgroundTaskService>();
builder.Services.AddSingleton<BackgroundTaskQueue>();

builder.Services.AddParallelCorpusPreprocessor();

builder.Services.AddHealthChecks().AddCheck("Live", () => HealthCheckResult.Healthy());

builder.Services.Configure<Bugsnag.Configuration>(builder.Configuration.GetSection("Bugsnag"));
Expand Down

0 comments on commit 1df752c

Please sign in to comment.