Changes for MarketBeat
This commit is contained in:
@@ -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)");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user