feat(dotnet): add collection bootstrap hosted service
Validators (Pushes and Pull Requests) / validate-ui-and-storage (push) Successful in 15s
Validators (Pushes and Pull Requests) / validate-core (push) Has been cancelled

This commit is contained in:
2026-07-13 01:15:25 +09:00
parent 7fa78f4c7c
commit bea5462c5e
4 changed files with 157 additions and 0 deletions
+1
View File
@@ -122,6 +122,7 @@ try
builder.Services.AddScoped<ICollectionOrchestrator, KisDataCollectionOrchestrator>();
builder.Services.AddScoped<IPriceHistoryReader, PriceHistoryReader>();
builder.Services.AddOptions<SchedulerServiceOptions>();
builder.Services.AddHostedService<CollectionBootstrapHostedService>();
// Hangfire Background Jobs
try