Fix expire logs
This commit is contained in:
@@ -322,7 +322,7 @@ namespace MarketData.Services
|
||||
UpdatePricesBigCharts(startDate); // bigcharts.marketwatch.com
|
||||
UpdatePricesYahooSweep(startDate); // The sweep variation of the method is intended to be used after the BigCharts update because the sweep will take pricing_source into consideration when fetching prices.
|
||||
resetEvents[STAGE_1].Set();
|
||||
SMSClient.SendSMSEmail("UPDATEDAILY2 UPDATEPRICESBIGCHARTS/YAHOO done.", smsUserName, smsRecipients, smsSMTPAddress, smsUserName, smsPassword);
|
||||
SMSClient.SendSMSEmail("UPDATEDAILY2 STAGE_1 UPDATEPRICESBIGCHARTS/YAHOO done.", smsUserName, smsRecipients, smsSMTPAddress, smsUserName, smsPassword);
|
||||
MDTrace.WriteLine(LogLevel.DEBUG,$"STAGE_1 complete.");
|
||||
});
|
||||
resetEvents[STAGE_1].WaitOne(); // wait for pricing to finish
|
||||
|
||||
Reference in New Issue
Block a user