feat: Jobs infrastructure, endpoints, UI and worker prioritization
This commit is contained in:
@@ -66,6 +66,7 @@ public static class DependencyInjection
|
||||
services.AddScoped<IMarketRepository, MarketRepository>();
|
||||
services.AddScoped<IWatchlistRepository, WatchlistRepository>();
|
||||
services.AddScoped<IAlertRepository, AlertRepository>();
|
||||
services.AddScoped<IJobRepository, JobRepository>();
|
||||
|
||||
// Application Services
|
||||
services.AddScoped<IPositionPnLEngine, PositionPnLEngine>();
|
||||
|
||||
Reference in New Issue
Block a user