Update Agent balance tracking
This commit is contained in:
@@ -443,12 +443,6 @@ public static class ApiBootstrap
|
||||
|
||||
private static IServiceCollection AddWorkers(this IServiceCollection services, IConfiguration configuration)
|
||||
{
|
||||
// Balance Workers
|
||||
if (configuration.GetValue<bool>("WorkerBalancesTracking", false))
|
||||
{
|
||||
services.AddHostedService<BalanceTrackingWorker>();
|
||||
}
|
||||
|
||||
if (configuration.GetValue<bool>("WorkerNotifyBundleBacktest", false))
|
||||
{
|
||||
services.AddHostedService<NotifyBundleBacktestWorker>();
|
||||
|
||||
Reference in New Issue
Block a user