comment out UpdateMissingAnalystRatings until MKDT_0008

This commit is contained in:
2025-11-05 16:54:56 -05:00
parent c1868828db
commit f882c31f49

View File

@@ -585,7 +585,7 @@ namespace MarketData.Services
ThreadPool.QueueUserWorkItem(delegate
{
UpdateLatestAnalystRatings(true); // WWW.BRIEFING.COM
UpdateMissingAnalystRatings(); // MARKET BEAT
// UpdateMissingAnalystRatings(); // MARKET BEAT
resetEvents[STAGE_4].Set();
MDTrace.WriteLine(LogLevel.DEBUG,$"STAGE_4 complete");
});