mirror of
https://github.com/we-promise/sure.git
synced 2026-04-19 12:04:08 +00:00
Market data sync refinements (#2252)
* Exchange rate syncer implementation * Security price syncer * Fix issues with provider API * Add back prod schedule * Add back price and exchange rate syncs to account syncs * Remove unused stock_exchanges table
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
sync_market_data:
|
||||
cron: "0 17 * * 1-5" # 5:00 PM EST (1 hour after market close)
|
||||
cron: "0 22 * * 1-5" # 5:00 PM EST / 6:00 PM EDT (NY time)
|
||||
class: "SyncMarketDataJob"
|
||||
queue: "scheduled"
|
||||
description: "Syncs market data daily at 5:00 PM EST (1 hour after market close)"
|
||||
args:
|
||||
mode: "full"
|
||||
clear_cache: false
|
||||
|
||||
Reference in New Issue
Block a user