feat(dotnet): add collection bootstrap hosted service
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user