Setup bundle for backtest
This commit is contained in:
@@ -137,6 +137,11 @@ public static class WorkersBootstrap
|
||||
services.AddHostedService<GeneticAlgorithmWorker>();
|
||||
}
|
||||
|
||||
if (configuration.GetValue<bool>("WorkerBundleBacktest", false))
|
||||
{
|
||||
services.AddHostedService<BundleBacktestWorker>();
|
||||
}
|
||||
|
||||
return services;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user