refactor(dotnet): externalize scheduler definitions
Validators (Pushes and Pull Requests) / validate-ui-and-storage (push) Successful in 16s
Validators (Pushes and Pull Requests) / validate-core (push) Has been cancelled

This commit is contained in:
2026-07-13 00:39:59 +09:00
parent 3fbb5ea2bf
commit c852ad49cf
4 changed files with 24 additions and 10 deletions
+1
View File
@@ -116,6 +116,7 @@ try
builder.Services.AddScoped<PriceDataNormalizer>();
builder.Services.AddScoped<ICollectionOrchestrator, KisDataCollectionOrchestrator>();
builder.Services.AddScoped<IPriceHistoryReader, PriceHistoryReader>();
builder.Services.AddOptions<SchedulerServiceOptions>();
// Hangfire Background Jobs
try