mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-05 05:25:24 +02:00
Clarify backend data pipeline naming concepts (importers, processors, materializers, calculators, and syncers) (#2255)
* Rename MarketDataSyncer to MarketDataImporter * Materializers * Importers * More reference replacements
This commit is contained in:
parent
b8903d0980
commit
10f255a9a9
18 changed files with 165 additions and 163 deletions
|
@ -1,8 +1,8 @@
|
|||
sync_market_data:
|
||||
import_market_data:
|
||||
cron: "0 22 * * 1-5" # 5:00 PM EST / 6:00 PM EDT (NY time)
|
||||
class: "SyncMarketDataJob"
|
||||
class: "ImportMarketDataJob"
|
||||
queue: "scheduled"
|
||||
description: "Syncs market data daily at 5:00 PM EST (1 hour after market close)"
|
||||
description: "Imports market data daily at 5:00 PM EST (1 hour after market close)"
|
||||
args:
|
||||
mode: "full"
|
||||
clear_cache: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue