feat: Jobs infrastructure, endpoints, UI and worker prioritization

This commit is contained in:
Richard
2026-07-06 19:58:23 +02:00
parent 33a52ed173
commit fb703b6c81
9 changed files with 321 additions and 26 deletions
@@ -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>();