mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-05 13:35:21 +02:00
6 lines
217 B
YAML
6 lines
217 B
YAML
|
sync_market_data:
|
||
|
cron: "0 17 * * 1-5" # 5:00 PM EST (1 hour after market close)
|
||
|
class: "SyncMarketDataJob"
|
||
|
queue: "scheduled"
|
||
|
description: "Syncs market data daily at 5:00 PM EST (1 hour after market close)"
|