feat(fundamentals): multi-ticker DB caching, parallel html scraper, and frontend mappings
This commit is contained in:
@@ -31,8 +31,8 @@ builder.Services.AddHttpClient<IYahooFinanceScraper, YahooFinanceScraper>()
|
||||
AllowAutoRedirect = true
|
||||
});
|
||||
|
||||
builder.Services.AddScoped<IPlaywrightBrowserFactory, PlaywrightBrowserFactory>();
|
||||
builder.Services.AddScoped<IPlaywrightExecutionService, PlaywrightExecutionService>();
|
||||
builder.Services.AddSingleton<IPlaywrightBrowserFactory, PlaywrightBrowserFactory>();
|
||||
builder.Services.AddSingleton<IPlaywrightExecutionService, PlaywrightExecutionService>();
|
||||
builder.Services.AddTransient<IYahooFinanceHtmlClient, YahooFinanceHtmlClient>();
|
||||
|
||||
// Register Application Services
|
||||
|
||||
Reference in New Issue
Block a user