Add signalr
This commit is contained in:
@@ -171,6 +171,11 @@ public static class ApiBootstrap
|
||||
services.AddHostedService<BalanceTrackingWorker>();
|
||||
}
|
||||
|
||||
if (configuration.GetValue<bool>("WorkerNotifyBundleBacktest", false))
|
||||
{
|
||||
services.AddHostedService<NotifyBundleBacktestWorker>();
|
||||
}
|
||||
|
||||
return services;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user