|
|
@ -101,7 +101,8 @@ export class DataGatheringProcessor { |
|
|
this.logger.log( |
|
|
this.logger.log( |
|
|
`Historical market data gathering has been started for ${symbol} (${dataSource}) at ${format( |
|
|
`Historical market data gathering has been started for ${symbol} (${dataSource}) at ${format( |
|
|
currentDate, |
|
|
currentDate, |
|
|
DATE_FORMAT |
|
|
DATE_FORMAT, |
|
|
|
|
|
{ in: utc } |
|
|
)}${force ? ' (forced update)' : ''}` |
|
|
)}${force ? ' (forced update)' : ''}` |
|
|
); |
|
|
); |
|
|
|
|
|
|
|
|
@ -156,7 +157,8 @@ export class DataGatheringProcessor { |
|
|
this.logger.log( |
|
|
this.logger.log( |
|
|
`Historical market data gathering has been completed for ${symbol} (${dataSource}) at ${format( |
|
|
`Historical market data gathering has been completed for ${symbol} (${dataSource}) at ${format( |
|
|
currentDate, |
|
|
currentDate, |
|
|
DATE_FORMAT |
|
|
DATE_FORMAT, |
|
|
|
|
|
{ in: utc } |
|
|
)}` |
|
|
)}` |
|
|
); |
|
|
); |
|
|
} catch (error) { |
|
|
} catch (error) { |
|
|
|