Changes for MarketBeat

This commit is contained in:
2025-11-05 09:51:19 -05:00
parent c1868828db
commit 1d4134a29b

View File

@@ -863,6 +863,9 @@ namespace MarketData.Services
}
}
/// <summary>
/// We need to implement this with a batch queue so that we are doing some of these concurrentlyday
/// </summary>
public static void UpdateMissingAnalystRatings()
{
Profiler profiler = new Profiler();
@@ -904,7 +907,7 @@ namespace MarketData.Services
}
finally
{
MDTrace.WriteLine(LogLevel.DEBUG,$"Done, total took {profiler.End()}(ms)");
MDTrace.WriteLine(LogLevel.DEBUG,$"{nameof(UpdateMissingAnalystRatings)} Done, total took {profiler.End()}(ms)");
}
}